color codes Logo

#c435dd color codes

#C435DD
(196,53,221)
0 Favorites   0 Comments

Color spaces of #c435dd

RGB 19653221
HSL0.810.710.54
HSV291°76°87°
CMYK 0.110.760.00   0.13
XYZ37.089219.502470.2161
Yxy19.50240.29250.1538
Hunter Lab44.161572.6312-63.3571
CIE-Lab51.269975.4193-56.8089

#c435dd color RGB value is (196,53,221).

#c435dd hex color red value is 196, green value is 53 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c435dd hue: 0.81 , saturation: 0.71 and the lightness value of c435dd is 0.54.

The process color (four color CMYK) of #c435dd color code is 0.11, 0.76, 0.00, 0.13. Web safe color of #c435dd is #cc33cc. Color #c435dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110101 11011101
Octal 304 65 335
Decimal 196 53 221
Hex C4 35 DD

RGB Percentages of Color #c435dd

%41.70
%11.28
%47.02

CMYK Percentages of Color #c435dd

%11
%76
%0
%13

Triadic Colors of #c435dd

#c435dd #ddc435 #35ddc4

Analogous Colors of #c435dd

#c435dd #dd35a2 #7035dd

Monochromatic Colors of #c435dd

#c435dd

Complementary Color

#c435dd #4edd35

#c435dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c435dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c435dd Color CSS Codes

.mybgcolor {background-color:#c435dd; } 
.myforecolor {color:#c435dd; }
.mybordercolor {border:3px solid #c435dd; }

#c435dd Text Font Color

<p style="color:#c435dd">Text here</p>

This sample text font color is #c435dd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c435dd Background Color

<div style="background-color:#c435dd">
Div content here</div>

This div background color is #c435dd


#c435dd Border Color

<div style="border:3px solid #c435dd">
Div here</div>

This div border color is #c435dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,53,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c435dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c435dd;
  -webkit-box-shadow: 1px 1px 3px 2px #c435dd;
  box-shadow:         1px 1px 3px 2px #c435dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,53,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c435dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c435dd;
  -webkit-box-shadow: 1px 1px 3px 2px #c435dd;
  box-shadow:         1px 1px 3px 2px #c435dd;">
Div content here</div>

This div box has shadow with color #c435dd


Comments

No comments written yet.

Please login to write comment.