Color Hex Logo

#cc1feb Color Hex

#CC1FEB
(204,31,235)
0 Favorites   0 Comments

Color spaces of #cc1feb

RGB 20431235
HSL0.810.840.52
HSV291°87°92°
CMYK 0.130.870.00   0.08
XYZ40.387219.815580.2934
Yxy19.81550.28750.1410
Hunter Lab44.514684.0489-75.7844
CIE-Lab51.628084.3997-64.0911

#cc1feb color RGB value is (204,31,235).

#cc1feb hex color red value is 204, green value is 31 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cc1feb hue: 0.81 , saturation: 0.84 and the lightness value of cc1feb is 0.52.

The process color (four color CMYK) of #cc1feb color hex is 0.13, 0.87, 0.00, 0.08. Web safe color of #cc1feb is #cc33ff. Color #cc1feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011111 11101011
Octal 314 37 353
Decimal 204 31 235
Hex CC 1F EB

RGB Percentages of Color #cc1feb

%43.40
%6.60
%50.00

CMYK Percentages of Color #cc1feb

%13
%87
%0
%8

Triadic Colors of #cc1feb

#cc1feb #ebcc1f #1febcc

Analogous Colors of #cc1feb

#cc1feb #eb1fa4 #661feb

Monochromatic Colors of #cc1feb

#cc1feb

Complementary Color

#cc1feb #3eeb1f

#cc1feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1feb Color CSS Codes

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

#cc1feb Text Font Color

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

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


#cc1feb Background Color

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

This div background color is #cc1feb


#cc1feb Border Color

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

This div border color is #cc1feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1feb


Comments

No comments written yet.

Please login to write comment.