Color Hex Logo

#cb47ee Color Hex

#CB47EE
(203,71,238)
0 Favorites   0 Comments

Color spaces of #cb47ee

RGB 20371238
HSL0.800.830.61
HSV287°70°93°
CMYK 0.150.700.00   0.07
XYZ42.314523.376083.1707
Yxy23.37600.28430.1570
Hunter Lab48.348771.6118-68.1480
CIE-Lab55.457573.7796-59.6214

#cb47ee color RGB value is (203,71,238).

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

The process color (four color CMYK) of #cb47ee color hex is 0.15, 0.70, 0.00, 0.07. Web safe color of #cb47ee is #cc33ff. Color #cb47ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000111 11101110
Octal 313 107 356
Decimal 203 71 238
Hex CB 47 EE

RGB Percentages of Color #cb47ee

%39.65
%13.87
%46.48

CMYK Percentages of Color #cb47ee

%15
%70
%0
%7

Triadic Colors of #cb47ee

#cb47ee #eecb47 #47eecb

Analogous Colors of #cb47ee

#cb47ee #ee47be #7847ee

Monochromatic Colors of #cb47ee

#cb47ee

Complementary Color

#cb47ee #6aee47

#cb47ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb47ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb47ee Color CSS Codes

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

#cb47ee Text Font Color

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

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


#cb47ee Background Color

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

This div background color is #cb47ee


#cb47ee Border Color

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

This div border color is #cb47ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb47ee


Comments

No comments written yet.

Please login to write comment.