Color Hex Logo

#c07fca Color Hex

#C07FCA
(192,127,202)
0 Favorites   0 Comments

Color spaces of #c07fca

RGB 192127202
HSL0.810.410.65
HSV292°37°79°
CMYK 0.050.370.00   0.21
XYZ39.988330.649559.6854
Yxy30.64950.30680.2352
Hunter Lab55.362032.0481-25.1668
CIE-Lab62.210637.5431-28.8355

#c07fca color RGB value is (192,127,202).

#c07fca hex color red value is 192, green value is 127 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c07fca hue: 0.81 , saturation: 0.41 and the lightness value of c07fca is 0.65.

The process color (four color CMYK) of #c07fca color hex is 0.05, 0.37, 0.00, 0.21. Web safe color of #c07fca is #cc66cc. Color #c07fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111111 11001010
Octal 300 177 312
Decimal 192 127 202
Hex C0 7F CA

RGB Percentages of Color #c07fca

%36.85
%24.38
%38.77

CMYK Percentages of Color #c07fca

%5
%37
%0
%21

Triadic Colors of #c07fca

#c07fca #cac07f #7fcac0

Analogous Colors of #c07fca

#c07fca #ca7faf #9b7fca

Monochromatic Colors of #c07fca

#c07fca

Complementary Color

#c07fca #89ca7f

#c07fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07fca Color CSS Codes

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

#c07fca Text Font Color

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

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


#c07fca Background Color

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

This div background color is #c07fca


#c07fca Border Color

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

This div border color is #c07fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07fca


Comments

No comments written yet.

Please login to write comment.