Color Hex Logo

#cc18fb Color Hex

#CC18FB
(204,24,251)
0 Favorites   0 Comments

Color spaces of #cc18fb

RGB 20424251
HSL0.800.970.54
HSV288°90°98°
CMYK 0.190.900.00   0.02
XYZ42.641120.455792.9677
Yxy20.45570.27320.1311
Hunter Lab45.228089.1415-90.2131
CIE-Lab52.348688.1601-71.8955

#cc18fb color RGB value is (204,24,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011000 11111011
Octal 314 30 373
Decimal 204 24 251
Hex CC 18 FB

RGB Percentages of Color #cc18fb

%42.59
%5.01
%52.40

CMYK Percentages of Color #cc18fb

%19
%90
%0
%2

Triadic Colors of #cc18fb

#cc18fb #fbcc18 #18fbcc

Analogous Colors of #cc18fb

#cc18fb #fb18b9 #5b18fb

Monochromatic Colors of #cc18fb

#cc18fb

Complementary Color

#cc18fb #47fb18

#cc18fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc18fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc18fb Color CSS Codes

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

#cc18fb Text Font Color

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

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


#cc18fb Background Color

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

This div background color is #cc18fb


#cc18fb Border Color

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

This div border color is #cc18fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc18fb


Comments

No comments written yet.

Please login to write comment.