Color Hex Logo

#c064be Color Hex

#C064BE
(192,100,190)
0 Favorites   0 Comments

Color spaces of #c064be

RGB 192100190
HSL0.840.420.57
HSV301°48°75°
CMYK 0.000.480.01   0.25
XYZ35.589724.038551.4793
Yxy24.03850.32030.2164
Hunter Lab49.029143.7704-27.9327
CIE-Lab56.126349.4945-31.4515

#c064be color RGB value is (192,100,190).

#c064be hex color red value is 192, green value is 100 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c064be hue: 0.84 , saturation: 0.42 and the lightness value of c064be is 0.57.

The process color (four color CMYK) of #c064be color hex is 0.00, 0.48, 0.01, 0.25. Web safe color of #c064be is #cc66cc. Color #c064be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100100 10111110
Octal 300 144 276
Decimal 192 100 190
Hex C0 64 BE

RGB Percentages of Color #c064be

%39.83
%20.75
%39.42

CMYK Percentages of Color #c064be

%0
%48
%1
%25

Triadic Colors of #c064be

#c064be #bec064 #64bec0

Analogous Colors of #c064be

#c064be #c06490 #9464c0

Monochromatic Colors of #c064be

#c064be

Complementary Color

#c064be #64c066

#c064be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c064be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c064be Color CSS Codes

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

#c064be Text Font Color

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

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


#c064be Background Color

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

This div background color is #c064be


#c064be Border Color

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

This div border color is #c064be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,100,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c064be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c064be;
  -webkit-box-shadow: 1px 1px 3px 2px #c064be;
  box-shadow:         1px 1px 3px 2px #c064be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,100,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c064be


Comments

No comments written yet.

Please login to write comment.