color codes Logo

#cc0ff7 color codes

#CC0FF7
(204,15,247)
0 Favorites   0 Comments

Color spaces of #cc0ff7

RGB 20415247
HSL0.800.940.51
HSV289°94°97°
CMYK 0.170.940.00   0.03
XYZ41.861219.894489.6294
Yxy19.89440.27650.1314
Hunter Lab44.603189.4714-87.9203
CIE-Lab51.717688.5318-70.6846

#cc0ff7 color RGB value is (204,15,247).

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

The process color (four color CMYK) of #cc0ff7 color code is 0.17, 0.94, 0.00, 0.03. Web safe color of #cc0ff7 is #cc00ff. Color #cc0ff7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001111 11110111
Octal 314 17 367
Decimal 204 15 247
Hex CC F F7

RGB Percentages of Color #cc0ff7

%43.78
%3.22
%53.00

CMYK Percentages of Color #cc0ff7

%17
%94
%0
%3

Triadic Colors of #cc0ff7

#cc0ff7 #f7cc0f #0ff7cc

Analogous Colors of #cc0ff7

#cc0ff7 #f70fae #580ff7

Monochromatic Colors of #cc0ff7

#cc0ff7

Complementary Color

#cc0ff7 #3af70f

#cc0ff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0ff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0ff7 Color CSS Codes

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

#cc0ff7 Text Font Color

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

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


#cc0ff7 Background Color

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

This div background color is #cc0ff7


#cc0ff7 Border Color

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

This div border color is #cc0ff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0ff7


Comments

No comments written yet.

Please login to write comment.