Color Hex Logo

#cc1bec Color Hex

#CC1BEC
(204,27,236)
0 Favorites   0 Comments

Color spaces of #cc1bec

RGB 20427236
HSL0.810.850.52
HSV291°89°93°
CMYK 0.140.890.00   0.07
XYZ40.434119.677481.0239
Yxy19.67740.28650.1394
Hunter Lab44.359285.0768-77.2441
CIE-Lab51.470585.2239-64.9089

#cc1bec color RGB value is (204,27,236).

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

The process color (four color CMYK) of #cc1bec color hex is 0.14, 0.89, 0.00, 0.07. Web safe color of #cc1bec is #cc33ff. Color #cc1bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011011 11101100
Octal 314 33 354
Decimal 204 27 236
Hex CC 1B EC

RGB Percentages of Color #cc1bec

%43.68
%5.78
%50.54

CMYK Percentages of Color #cc1bec

%14
%89
%0
%7

Triadic Colors of #cc1bec

#cc1bec #eccc1b #1beccc

Analogous Colors of #cc1bec

#cc1bec #ec1ba4 #631bec

Monochromatic Colors of #cc1bec

#cc1bec

Complementary Color

#cc1bec #3bec1b

#cc1bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1bec Color CSS Codes

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

#cc1bec Text Font Color

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

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


#cc1bec Background Color

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

This div background color is #cc1bec


#cc1bec Border Color

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

This div border color is #cc1bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1bec


Comments

No comments written yet.

Please login to write comment.