Color Hex Logo

#cc238d Color Hex

#CC238D
(204,35,141)
0 Favorites   0 Comments

Color spaces of #cc238d

RGB 20435141
HSL0.900.710.47
HSV322°83°80°
CMYK 0.000.830.31   0.20
XYZ30.310615.962526.6828
Yxy15.96250.41550.2188
Hunter Lab39.953165.5019-11.6298
CIE-Lab46.925370.3738-16.6648

#cc238d color RGB value is (204,35,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100011 10001101
Octal 314 43 215
Decimal 204 35 141
Hex CC 23 8D

RGB Percentages of Color #cc238d

%53.68
%9.21
%37.11

CMYK Percentages of Color #cc238d

%0
%83
%31
%20

Triadic Colors of #cc238d

#cc238d #8dcc23 #238dcc

Analogous Colors of #cc238d

#cc238d #cc2339 #b723cc

Monochromatic Colors of #cc238d

#cc238d

Complementary Color

#cc238d #23cc62

#cc238d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc238d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc238d Color CSS Codes

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

#cc238d Text Font Color

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

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


#cc238d Background Color

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

This div background color is #cc238d


#cc238d Border Color

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

This div border color is #cc238d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,35,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 #cc238d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc238d


Comments

No comments written yet.

Please login to write comment.