color codes Logo

#cc8efb color codes

#CC8EFB
(204,142,251)
0 Favorites   0 Comments

Color spaces of #cc8efb

RGB 204142251
HSL0.760.930.77
HSV274°43°98°
CMYK 0.190.430.00   0.02
XYZ51.987439.148496.0831
Yxy39.14840.27770.2091
Hunter Lab62.568738.8178-47.2501
CIE-Lab68.858643.1358-45.5260

#cc8efb color RGB value is (204,142,251).

#cc8efb hex color red value is 204, green value is 142 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cc8efb hue: 0.76 , saturation: 0.93 and the lightness value of cc8efb is 0.77.

The process color (four color CMYK) of #cc8efb color code is 0.19, 0.43, 0.00, 0.02. Web safe color of #cc8efb is #cc99ff. Color #cc8efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001110 11111011
Octal 314 216 373
Decimal 204 142 251
Hex CC 8E FB

RGB Percentages of Color #cc8efb

%34.17
%23.79
%42.04

CMYK Percentages of Color #cc8efb

%19
%43
%0
%2

Triadic Colors of #cc8efb

#cc8efb #fbcc8e #8efbcc

Analogous Colors of #cc8efb

#cc8efb #fb8ef4 #968efb

Monochromatic Colors of #cc8efb

#cc8efb

Complementary Color

#cc8efb #bdfb8e

#cc8efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8efb Color CSS Codes

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

#cc8efb Text Font Color

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

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


#cc8efb Background Color

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

This div background color is #cc8efb


#cc8efb Border Color

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

This div border color is #cc8efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8efb


Comments

No comments written yet.

Please login to write comment.