Color Hex Logo

#c82165 Color Hex

#C82165
(200,33,101)
0 Favorites   0 Comments

Color spaces of #c82165

RGB 20033101
HSL0.930.720.46
HSV336°84°78°
CMYK 0.000.840.50   0.22
XYZ26.712214.306713.6655
Yxy14.30670.48850.2616
Hunter Lab37.824259.86795.0561
CIE-Lab44.669666.00504.4679

#c82165 color RGB value is (200,33,101).

#c82165 hex color red value is 200, green value is 33 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #c82165 hue: 0.93 , saturation: 0.72 and the lightness value of c82165 is 0.46.

The process color (four color CMYK) of #c82165 color hex is 0.00, 0.84, 0.50, 0.22. Web safe color of #c82165 is #cc3366. Color #c82165 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100001 01100101
Octal 310 41 145
Decimal 200 33 101
Hex C8 21 65

RGB Percentages of Color #c82165

%59.88
%9.88
%30.24

CMYK Percentages of Color #c82165

%0
%84
%50
%22

Triadic Colors of #c82165

#c82165 #65c821 #2165c8

Analogous Colors of #c82165

#c82165 #c83021 #c821b9

Monochromatic Colors of #c82165

#c82165

Complementary Color

#c82165 #21c884

#c82165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82165 Color CSS Codes

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

#c82165 Text Font Color

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

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


#c82165 Background Color

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

This div background color is #c82165


#c82165 Border Color

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

This div border color is #c82165


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,33,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c82165; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c82165;
  -webkit-box-shadow: 1px 1px 3px 2px #c82165;
  box-shadow:         1px 1px 3px 2px #c82165; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,33,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82165


Comments

No comments written yet.

Please login to write comment.