Color Hex Logo

#cb71ee Color Hex

#CB71EE
(203,113,238)
0 Favorites   0 Comments

Color spaces of #cb71ee

RGB 203113238
HSL0.790.790.69
HSV283°53°93°
CMYK 0.150.530.00   0.07
XYZ45.966330.679884.3880
Yxy30.67980.28540.1905
Hunter Lab55.389351.2015-51.5583
CIE-Lab62.236455.2417-48.8214

#cb71ee color RGB value is (203,113,238).

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

The process color (four color CMYK) of #cb71ee color hex is 0.15, 0.53, 0.00, 0.07. Web safe color of #cb71ee is #cc66ff. Color #cb71ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110001 11101110
Octal 313 161 356
Decimal 203 113 238
Hex CB 71 EE

RGB Percentages of Color #cb71ee

%36.64
%20.40
%42.96

CMYK Percentages of Color #cb71ee

%15
%53
%0
%7

Triadic Colors of #cb71ee

#cb71ee #eecb71 #71eecb

Analogous Colors of #cb71ee

#cb71ee #ee71d3 #8d71ee

Monochromatic Colors of #cb71ee

#cb71ee

Complementary Color

#cb71ee #94ee71

#cb71ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb71ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb71ee Color CSS Codes

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

#cb71ee Text Font Color

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

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


#cb71ee Background Color

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

This div background color is #cb71ee


#cb71ee Border Color

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

This div border color is #cb71ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,113,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb71ee


Comments

No comments written yet.

Please login to write comment.