Color Hex Logo

#c83364 Color Hex

#C83364
(200,51,100)
0 Favorites   0 Comments

Color spaces of #c83364

RGB 20051100
HSL0.950.590.49
HSV340°75°78°
CMYK 0.000.750.50   0.22
XYZ27.303515.567113.6223
Yxy15.56710.48330.2756
Hunter Lab39.455254.47787.1481
CIE-Lab46.401360.93967.5593

#c83364 color RGB value is (200,51,100).

#c83364 hex color red value is 200, green value is 51 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #c83364 hue: 0.95 , saturation: 0.59 and the lightness value of c83364 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110011 01100100
Octal 310 63 144
Decimal 200 51 100
Hex C8 33 64

RGB Percentages of Color #c83364

%56.98
%14.53
%28.49

CMYK Percentages of Color #c83364

%0
%75
%50
%22

Triadic Colors of #c83364

#c83364 #64c833 #3364c8

Analogous Colors of #c83364

#c83364 #c84d33 #c833af

Monochromatic Colors of #c83364

#c83364

Complementary Color

#c83364 #33c897

#c83364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c83364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c83364 Color CSS Codes

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

#c83364 Text Font Color

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

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


#c83364 Background Color

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

This div background color is #c83364


#c83364 Border Color

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

This div border color is #c83364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c83364


Comments

No comments written yet.

Please login to write comment.