Color Hex Logo

#cc368d Color Hex

#CC368D
(204,54,141)
0 Favorites   0 Comments

Color spaces of #cc368d

RGB 20454141
HSL0.900.600.51
HSV325°74°80°
CMYK 0.000.740.31   0.20
XYZ31.028717.398826.9222
Yxy17.39880.41180.2309
Hunter Lab41.711959.7871-9.0694
CIE-Lab48.758665.1479-13.8770

#cc368d color RGB value is (204,54,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110110 10001101
Octal 314 66 215
Decimal 204 54 141
Hex CC 36 8D

RGB Percentages of Color #cc368d

%51.13
%13.53
%35.34

CMYK Percentages of Color #cc368d

%0
%74
%31
%20

Triadic Colors of #cc368d

#cc368d #8dcc36 #368dcc

Analogous Colors of #cc368d

#cc368d #cc3642 #c036cc

Monochromatic Colors of #cc368d

#cc368d

Complementary Color

#cc368d #36cc75

#cc368d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc368d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc368d Color CSS Codes

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

#cc368d Text Font Color

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

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


#cc368d Background Color

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

This div background color is #cc368d


#cc368d Border Color

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

This div border color is #cc368d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc368d


Comments

No comments written yet.

Please login to write comment.