Color Hex Logo

#c84395 Color Hex

#C84395
(200,67,149)
0 Favorites   0 Comments

Color spaces of #c84395

RGB 20067149
HSL0.900.550.52
HSV323°67°78°
CMYK 0.000.670.26   0.22
XYZ31.251418.463630.3505
Yxy18.46360.39030.2306
Hunter Lab42.969354.6261-11.7998
CIE-Lab50.053660.3877-16.7611

#c84395 color RGB value is (200,67,149).

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

The process color (four color CMYK) of #c84395 color hex is 0.00, 0.67, 0.26, 0.22. Web safe color of #c84395 is #cc3399. Color #c84395 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000011 10010101
Octal 310 103 225
Decimal 200 67 149
Hex C8 43 95

RGB Percentages of Color #c84395

%48.08
%16.11
%35.82

CMYK Percentages of Color #c84395

%0
%67
%26
%22

Triadic Colors of #c84395

#c84395 #95c843 #4395c8

Analogous Colors of #c84395

#c84395 #c84352 #b943c8

Monochromatic Colors of #c84395

#c84395

Complementary Color

#c84395 #43c876

#c84395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84395 Color CSS Codes

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

#c84395 Text Font Color

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

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


#c84395 Background Color

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

This div background color is #c84395


#c84395 Border Color

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

This div border color is #c84395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84395


Comments

No comments written yet.

Please login to write comment.