Color Hex Logo

#cb36ec Color Hex

#CB36EC
(203,54,236)
0 Favorites   0 Comments

Color spaces of #cb36ec

RGB 20354236
HSL0.800.830.57
HSV289°77°93°
CMYK 0.140.770.00   0.07
XYZ41.088121.391081.3202
Yxy21.39100.28570.1488
Hunter Lab46.250477.6383-71.8719
CIE-Lab53.374879.0323-61.8463

#cb36ec color RGB value is (203,54,236).

#cb36ec hex color red value is 203, green value is 54 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cb36ec hue: 0.80 , saturation: 0.83 and the lightness value of cb36ec is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110110 11101100
Octal 313 66 354
Decimal 203 54 236
Hex CB 36 EC

RGB Percentages of Color #cb36ec

%41.18
%10.95
%47.87

CMYK Percentages of Color #cb36ec

%14
%77
%0
%7

Triadic Colors of #cb36ec

#cb36ec #eccb36 #36eccb

Analogous Colors of #cb36ec

#cb36ec #ec36b2 #7036ec

Monochromatic Colors of #cb36ec

#cb36ec

Complementary Color

#cb36ec #57ec36

#cb36ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb36ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb36ec Color CSS Codes

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

#cb36ec Text Font Color

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

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


#cb36ec Background Color

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

This div background color is #cb36ec


#cb36ec Border Color

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

This div border color is #cb36ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb36ec


Comments

No comments written yet.

Please login to write comment.