Color Hex Logo

#cc338f Color Hex

#CC338F
(204,51,143)
0 Favorites   0 Comments

Color spaces of #cc338f

RGB 20451143
HSL0.900.600.50
HSV324°75°80°
CMYK 0.000.750.30   0.20
XYZ31.043617.188227.6681
Yxy17.18820.40900.2265
Hunter Lab41.458761.1054-10.5471
CIE-Lab48.496366.3338-15.4780

#cc338f color RGB value is (204,51,143).

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

The process color (four color CMYK) of #cc338f color hex is 0.00, 0.75, 0.30, 0.20. Web safe color of #cc338f is #cc3399. Color #cc338f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110011 10001111
Octal 314 63 217
Decimal 204 51 143
Hex CC 33 8F

RGB Percentages of Color #cc338f

%51.26
%12.81
%35.93

CMYK Percentages of Color #cc338f

%0
%75
%30
%20

Triadic Colors of #cc338f

#cc338f #8fcc33 #338fcc

Analogous Colors of #cc338f

#cc338f #cc3343 #bd33cc

Monochromatic Colors of #cc338f

#cc338f

Complementary Color

#cc338f #33cc70

#cc338f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc338f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc338f Color CSS Codes

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

#cc338f Text Font Color

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

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


#cc338f Background Color

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

This div background color is #cc338f


#cc338f Border Color

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

This div border color is #cc338f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc338f


Comments

No comments written yet.

Please login to write comment.