Color Hex Logo

#cc08fb Color Hex

#CC08FB
(204,8,251)
0 Favorites   0 Comments

Color spaces of #cc08fb

RGB 2048251
HSL0.800.970.51
HSV288°97°98°
CMYK 0.190.970.00   0.02
XYZ42.401319.976192.8878
Yxy19.97610.27310.1287
Hunter Lab44.694691.1254-91.9348
CIE-Lab51.810289.7619-72.7694

#cc08fb color RGB value is (204,8,251).

#cc08fb hex color red value is 204, green value is 8 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cc08fb hue: 0.80 , saturation: 0.97 and the lightness value of cc08fb is 0.51.

The process color (four color CMYK) of #cc08fb color hex is 0.19, 0.97, 0.00, 0.02. Web safe color of #cc08fb is #cc00ff. Color #cc08fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001000 11111011
Octal 314 10 373
Decimal 204 8 251
Hex CC 8 FB

RGB Percentages of Color #cc08fb

%44.06
%1.73
%54.21

CMYK Percentages of Color #cc08fb

%19
%97
%0
%2

Triadic Colors of #cc08fb

#cc08fb #fbcc08 #08fbcc

Analogous Colors of #cc08fb

#cc08fb #fb08b1 #5208fb

Monochromatic Colors of #cc08fb

#cc08fb

Complementary Color

#cc08fb #37fb08

#cc08fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc08fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc08fb Color CSS Codes

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

#cc08fb Text Font Color

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

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


#cc08fb Background Color

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

This div background color is #cc08fb


#cc08fb Border Color

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

This div border color is #cc08fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc08fb


Comments

No comments written yet.

Please login to write comment.