Color Hex Logo

#c95366 Color Hex

#C95366
(201,83,102)
0 Favorites   0 Comments

Color spaces of #c95366

RGB 20183102
HSL0.970.520.56
HSV350°59°79°
CMYK 0.000.590.49   0.21
XYZ29.578919.563314.7875
Yxy19.56330.46270.3060
Hunter Lab44.230441.967911.1389
CIE-Lab51.339848.574213.2996

#c95366 color RGB value is (201,83,102).

#c95366 hex color red value is 201, green value is 83 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #c95366 hue: 0.97 , saturation: 0.52 and the lightness value of c95366 is 0.56.

The process color (four color CMYK) of #c95366 color hex is 0.00, 0.59, 0.49, 0.21. Web safe color of #c95366 is #cc6666. Color #c95366 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010011 01100110
Octal 311 123 146
Decimal 201 83 102
Hex C9 53 66

RGB Percentages of Color #c95366

%52.07
%21.50
%26.42

CMYK Percentages of Color #c95366

%0
%59
%49
%21

Triadic Colors of #c95366

#c95366 #66c953 #5366c9

Analogous Colors of #c95366

#c95366 #c97b53 #c953a1

Monochromatic Colors of #c95366

#c95366

Complementary Color

#c95366 #53c9b6

#c95366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95366 Color CSS Codes

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

#c95366 Text Font Color

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

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


#c95366 Background Color

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

This div background color is #c95366


#c95366 Border Color

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

This div border color is #c95366


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,83,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c95366; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c95366;
  -webkit-box-shadow: 1px 1px 3px 2px #c95366;
  box-shadow:         1px 1px 3px 2px #c95366; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,83,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95366


Comments

No comments written yet.

Please login to write comment.