Color Hex Logo

#c84365 Color Hex

#C84365
(200,67,101)
0 Favorites   0 Comments

Color spaces of #c84365

RGB 20067101
HSL0.960.550.52
HSV345°67°78°
CMYK 0.000.670.50   0.22
XYZ28.175517.233314.1533
Yxy17.23330.47300.2893
Hunter Lab41.513048.50288.8450
CIE-Lab48.552755.14219.9853

#c84365 color RGB value is (200,67,101).

#c84365 hex color red value is 200, green value is 67 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #c84365 hue: 0.96 , saturation: 0.55 and the lightness value of c84365 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000011 01100101
Octal 310 103 145
Decimal 200 67 101
Hex C8 43 65

RGB Percentages of Color #c84365

%54.35
%18.21
%27.45

CMYK Percentages of Color #c84365

%0
%67
%50
%22

Triadic Colors of #c84365

#c84365 #65c843 #4365c8

Analogous Colors of #c84365

#c84365 #c86443 #c843a8

Monochromatic Colors of #c84365

#c84365

Complementary Color

#c84365 #43c8a6

#c84365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84365 Color CSS Codes

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

#c84365 Text Font Color

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

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


#c84365 Background Color

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

This div background color is #c84365


#c84365 Border Color

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

This div border color is #c84365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84365


Comments

No comments written yet.

Please login to write comment.