Color Hex Logo

#cc368b Color Hex

#CC368B
(204,54,139)
0 Favorites   0 Comments

Color spaces of #cc368b

RGB 20454139
HSL0.910.600.51
HSV326°74°80°
CMYK 0.000.740.32   0.20
XYZ30.881217.339826.1454
Yxy17.33980.41530.2332
Hunter Lab41.641159.5044-8.0780
CIE-Lab48.685464.9173-12.7842

#cc368b color RGB value is (204,54,139).

#cc368b hex color red value is 204, green value is 54 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cc368b hue: 0.91 , saturation: 0.60 and the lightness value of cc368b is 0.51.

The process color (four color CMYK) of #cc368b color hex is 0.00, 0.74, 0.32, 0.20. Web safe color of #cc368b is #cc3399. Color #cc368b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110110 10001011
Octal 314 66 213
Decimal 204 54 139
Hex CC 36 8B

RGB Percentages of Color #cc368b

%51.39
%13.60
%35.01

CMYK Percentages of Color #cc368b

%0
%74
%32
%20

Triadic Colors of #cc368b

#cc368b #8bcc36 #368bcc

Analogous Colors of #cc368b

#cc368b #cc3640 #c236cc

Monochromatic Colors of #cc368b

#cc368b

Complementary Color

#cc368b #36cc77

#cc368b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc368b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc368b Color CSS Codes

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

#cc368b Text Font Color

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

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


#cc368b Background Color

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

This div background color is #cc368b


#cc368b Border Color

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

This div border color is #cc368b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc368b


Comments

No comments written yet.

Please login to write comment.