Color Hex Logo

#cc14fc Color Hex

#CC14FC
(204,20,252)
0 Favorites   0 Comments

Color spaces of #cc14fc

RGB 20420252
HSL0.800.970.53
HSV288°92°99°
CMYK 0.190.920.00   0.01
XYZ42.722720.366093.7747
Yxy20.36600.27240.1298
Hunter Lab45.128790.0082-91.6109
CIE-Lab52.248588.8353-72.6154

#cc14fc color RGB value is (204,20,252).

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

The process color (four color CMYK) of #cc14fc color hex is 0.19, 0.92, 0.00, 0.01. Web safe color of #cc14fc is #cc00ff. Color #cc14fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010100 11111100
Octal 314 24 374
Decimal 204 20 252
Hex CC 14 FC

RGB Percentages of Color #cc14fc

%42.86
%4.20
%52.94

CMYK Percentages of Color #cc14fc

%19
%92
%0
%1

Triadic Colors of #cc14fc

#cc14fc #fccc14 #14fccc

Analogous Colors of #cc14fc

#cc14fc #fc14b8 #5814fc

Monochromatic Colors of #cc14fc

#cc14fc

Complementary Color

#cc14fc #44fc14

#cc14fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc14fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc14fc Color CSS Codes

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

#cc14fc Text Font Color

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

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


#cc14fc Background Color

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

This div background color is #cc14fc


#cc14fc Border Color

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

This div border color is #cc14fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc14fc

Related Colors


Comments

No comments written yet.

Please login to write comment.