Color Hex Logo

#cc18fa Color Hex

#CC18FA
(204,24,250)
0 Favorites   0 Comments

Color spaces of #cc18fa

RGB 20424250
HSL0.800.960.54
HSV288°90°98°
CMYK 0.180.900.00   0.02
XYZ42.483820.392892.1395
Yxy20.39280.27410.1316
Hunter Lab45.158488.9008-89.3622
CIE-Lab52.278487.9911-71.4513

#cc18fa color RGB value is (204,24,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011000 11111010
Octal 314 30 372
Decimal 204 24 250
Hex CC 18 FA

RGB Percentages of Color #cc18fa

%42.68
%5.02
%52.30

CMYK Percentages of Color #cc18fa

%18
%90
%0
%2

Triadic Colors of #cc18fa

#cc18fa #facc18 #18facc

Analogous Colors of #cc18fa

#cc18fa #fa18b7 #5b18fa

Monochromatic Colors of #cc18fa

#cc18fa

Complementary Color

#cc18fa #46fa18

#cc18fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc18fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc18fa Color CSS Codes

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

#cc18fa Text Font Color

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

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


#cc18fa Background Color

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

This div background color is #cc18fa


#cc18fa Border Color

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

This div border color is #cc18fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc18fa


Comments

No comments written yet.

Please login to write comment.