Color Hex Logo

#cb71ec Color Hex

#CB71EC
(203,113,236)
0 Favorites   0 Comments

Color spaces of #cb71ec

RGB 203113236
HSL0.790.760.68
HSV284°52°93°
CMYK 0.140.520.00   0.07
XYZ45.674130.562982.8488
Yxy30.56290.28710.1921
Hunter Lab55.283750.7259-50.1540
CIE-Lab62.136954.8371-47.8691

#cb71ec color RGB value is (203,113,236).

#cb71ec hex color red value is 203, green value is 113 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cb71ec hue: 0.79 , saturation: 0.76 and the lightness value of cb71ec is 0.68.

The process color (four color CMYK) of #cb71ec color hex is 0.14, 0.52, 0.00, 0.07. Web safe color of #cb71ec is #cc66ff. Color #cb71ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110001 11101100
Octal 313 161 354
Decimal 203 113 236
Hex CB 71 EC

RGB Percentages of Color #cb71ec

%36.78
%20.47
%42.75

CMYK Percentages of Color #cb71ec

%14
%52
%0
%7

Triadic Colors of #cb71ec

#cb71ec #eccb71 #71eccb

Analogous Colors of #cb71ec

#cb71ec #ec71d0 #8e71ec

Monochromatic Colors of #cb71ec

#cb71ec

Complementary Color

#cb71ec #92ec71

#cb71ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb71ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb71ec Color CSS Codes

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

#cb71ec Text Font Color

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

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


#cb71ec Background Color

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

This div background color is #cb71ec


#cb71ec Border Color

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

This div border color is #cb71ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb71ec


Comments

No comments written yet.

Please login to write comment.