Color Hex Logo

#c455dc Color Hex

#C455DC
(196,85,220)
0 Favorites   0 Comments

Color spaces of #c455dc

RGB 19685220
HSL0.800.660.60
HSV289°61°86°
CMYK 0.110.610.00   0.14
XYZ38.931723.400170.1749
Yxy23.40010.29380.1766
Hunter Lab48.373659.0051-52.1495
CIE-Lab55.482163.2161-49.5127

#c455dc color RGB value is (196,85,220).

#c455dc hex color red value is 196, green value is 85 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c455dc hue: 0.80 , saturation: 0.66 and the lightness value of c455dc is 0.60.

The process color (four color CMYK) of #c455dc color hex is 0.11, 0.61, 0.00, 0.14. Web safe color of #c455dc is #cc66cc. Color #c455dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010101 11011100
Octal 304 125 334
Decimal 196 85 220
Hex C4 55 DC

RGB Percentages of Color #c455dc

%39.12
%16.97
%43.91

CMYK Percentages of Color #c455dc

%11
%61
%0
%14

Triadic Colors of #c455dc

#c455dc #dcc455 #55dcc4

Analogous Colors of #c455dc

#c455dc #dc55b1 #8155dc

Monochromatic Colors of #c455dc

#c455dc

Complementary Color

#c455dc #6ddc55

#c455dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c455dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c455dc Color CSS Codes

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

#c455dc Text Font Color

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

This sample text font color is #c455dc
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.


#c455dc Background Color

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

This div background color is #c455dc


#c455dc Border Color

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

This div border color is #c455dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c455dc


Comments

No comments written yet.

Please login to write comment.