color codes Logo

#c37fcc color codes

#C37FCC
(195,127,204)
0 Favorites   0 Comments

Color spaces of #c37fcc

RGB 195127204
HSL0.810.430.65
HSV293°38°80°
CMYK 0.040.380.00   0.20
XYZ40.994131.140560.9768
Yxy31.14050.30800.2339
Hunter Lab55.803733.4720-25.7237
CIE-Lab62.626138.8676-29.2913

#c37fcc color RGB value is (195,127,204).

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

The process color (four color CMYK) of #c37fcc color code is 0.04, 0.38, 0.00, 0.20. Web safe color of #c37fcc is #cc66cc. Color #c37fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111111 11001100
Octal 303 177 314
Decimal 195 127 204
Hex C3 7F CC

RGB Percentages of Color #c37fcc

%37.07
%24.14
%38.78

CMYK Percentages of Color #c37fcc

%4
%38
%0
%20

Triadic Colors of #c37fcc

#c37fcc #ccc37f #7fccc3

Analogous Colors of #c37fcc

#c37fcc #cc7faf #9d7fcc

Monochromatic Colors of #c37fcc

#c37fcc

Complementary Color

#c37fcc #88cc7f

#c37fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37fcc Color CSS Codes

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

#c37fcc Text Font Color

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

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


#c37fcc Background Color

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

This div background color is #c37fcc


#c37fcc Border Color

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

This div border color is #c37fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37fcc


Comments

No comments written yet.

Please login to write comment.