Color Hex Logo

#c8265e Color Hex

#C8265E
(200,38,94)
0 Favorites   0 Comments

Color spaces of #c8265e

RGB 2003894
HSL0.940.680.47
HSV339°81°78°
CMYK 0.000.810.53   0.22
XYZ26.532914.473711.9849
Yxy14.47370.50070.2731
Hunter Lab38.044357.91217.9532
CIE-Lab44.904864.25709.1591

#c8265e color RGB value is (200,38,94).

#c8265e hex color red value is 200, green value is 38 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c8265e hue: 0.94 , saturation: 0.68 and the lightness value of c8265e is 0.47.

The process color (four color CMYK) of #c8265e color hex is 0.00, 0.81, 0.53, 0.22. Web safe color of #c8265e is #cc3366. Color #c8265e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100110 01011110
Octal 310 46 136
Decimal 200 38 94
Hex C8 26 5E

RGB Percentages of Color #c8265e

%60.24
%11.45
%28.31

CMYK Percentages of Color #c8265e

%0
%81
%53
%22

Triadic Colors of #c8265e

#c8265e #5ec826 #265ec8

Analogous Colors of #c8265e

#c8265e #c83f26 #c826af

Monochromatic Colors of #c8265e

#c8265e

Complementary Color

#c8265e #26c890

#c8265e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8265e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8265e Color CSS Codes

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

#c8265e Text Font Color

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

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


#c8265e Background Color

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

This div background color is #c8265e


#c8265e Border Color

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

This div border color is #c8265e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8265e


Comments

No comments written yet.

Please login to write comment.