Color Hex Logo

#cc263e Color Hex

#CC263E
(204,38,62)
0 Favorites   0 Comments

Color spaces of #cc263e

RGB 2043862
HSL0.980.690.47
HSV351°81°80°
CMYK 0.000.810.70   0.20
XYZ26.464514.57145.9752
Yxy14.57140.56290.3100
Hunter Lab38.172556.949817.4400
CIE-Lab45.041563.386629.2415

#cc263e color RGB value is (204,38,62).

#cc263e hex color red value is 204, green value is 38 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cc263e hue: 0.98 , saturation: 0.69 and the lightness value of cc263e is 0.47.

The process color (four color CMYK) of #cc263e color hex is 0.00, 0.81, 0.70, 0.20. Web safe color of #cc263e is #cc3333. Color #cc263e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100110 00111110
Octal 314 46 76
Decimal 204 38 62
Hex CC 26 3E

RGB Percentages of Color #cc263e

%67.11
%12.50
%20.39

CMYK Percentages of Color #cc263e

%0
%81
%70
%20

Triadic Colors of #cc263e

#cc263e #3ecc26 #263ecc

Analogous Colors of #cc263e

#cc263e #cc6126 #cc2691

Monochromatic Colors of #cc263e

#cc263e

Complementary Color

#cc263e #26ccb4

#cc263e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc263e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc263e Color CSS Codes

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

#cc263e Text Font Color

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

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


#cc263e Background Color

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

This div background color is #cc263e


#cc263e Border Color

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

This div border color is #cc263e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc263e


Comments

No comments written yet.

Please login to write comment.