Color Hex Logo

#c451ce Color Hex

#C451CE
(196,81,206)
0 Favorites   0 Comments

Color spaces of #c451ce

RGB 19681206
HSL0.820.560.56
HSV295°61°81°
CMYK 0.050.610.00   0.19
XYZ36.848022.076960.7117
Yxy22.07690.30800.1845
Hunter Lab46.986157.7599-43.7196
CIE-Lab54.108562.3901-43.7375

#c451ce color RGB value is (196,81,206).

#c451ce hex color red value is 196, green value is 81 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c451ce hue: 0.82 , saturation: 0.56 and the lightness value of c451ce is 0.56.

The process color (four color CMYK) of #c451ce color hex is 0.05, 0.61, 0.00, 0.19. Web safe color of #c451ce is #cc66cc. Color #c451ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010001 11001110
Octal 304 121 316
Decimal 196 81 206
Hex C4 51 CE

RGB Percentages of Color #c451ce

%40.58
%16.77
%42.65

CMYK Percentages of Color #c451ce

%5
%61
%0
%19

Triadic Colors of #c451ce

#c451ce #cec451 #51cec4

Analogous Colors of #c451ce

#c451ce #ce519a #8651ce

Monochromatic Colors of #c451ce

#c451ce

Complementary Color

#c451ce #5bce51

#c451ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c451ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c451ce Color CSS Codes

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

#c451ce Text Font Color

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

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


#c451ce Background Color

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

This div background color is #c451ce


#c451ce Border Color

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

This div border color is #c451ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c451ce


Comments

No comments written yet.

Please login to write comment.