Color Hex Logo

#c37fca Color Hex

#C37FCA
(195,127,202)
0 Favorites   0 Comments

Color spaces of #c37fca

RGB 195127202
HSL0.820.410.65
HSV294°37°79°
CMYK 0.030.370.00   0.21
XYZ40.755731.045159.7214
Yxy31.04510.30990.2360
Hunter Lab55.718133.0593-24.5472
CIE-Lab62.545738.4803-28.2907

#c37fca color RGB value is (195,127,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111111 11001010
Octal 303 177 312
Decimal 195 127 202
Hex C3 7F CA

RGB Percentages of Color #c37fca

%37.21
%24.24
%38.55

CMYK Percentages of Color #c37fca

%3
%37
%0
%21

Triadic Colors of #c37fca

#c37fca #cac37f #7fcac3

Analogous Colors of #c37fca

#c37fca #ca7fac #9e7fca

Monochromatic Colors of #c37fca

#c37fca

Complementary Color

#c37fca #86ca7f

#c37fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37fca Color CSS Codes

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

#c37fca Text Font Color

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

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


#c37fca Background Color

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

This div background color is #c37fca


#c37fca Border Color

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

This div border color is #c37fca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,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 #c37fca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37fca


Comments

No comments written yet.

Please login to write comment.