color codes Logo

#cb47ed color codes

#CB47ED
(203,71,237)
0 Favorites   0 Comments

Color spaces of #cb47ed

RGB 20371237
HSL0.800.820.60
HSV288°70°93°
CMYK 0.140.700.00   0.07
XYZ42.167923.317482.3990
Yxy23.31740.28510.1577
Hunter Lab48.288171.3722-67.3710
CIE-Lab55.397873.5958-59.1573

#cb47ed color RGB value is (203,71,237).

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

The process color (four color CMYK) of #cb47ed color code is 0.14, 0.70, 0.00, 0.07. Web safe color of #cb47ed is #cc33ff. Color #cb47ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000111 11101101
Octal 313 107 355
Decimal 203 71 237
Hex CB 47 ED

RGB Percentages of Color #cb47ed

%39.73
%13.89
%46.38

CMYK Percentages of Color #cb47ed

%14
%70
%0
%7

Triadic Colors of #cb47ed

#cb47ed #edcb47 #47edcb

Analogous Colors of #cb47ed

#cb47ed #ed47bc #7847ed

Monochromatic Colors of #cb47ed

#cb47ed

Complementary Color

#cb47ed #69ed47

#cb47ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb47ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb47ed Color CSS Codes

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

#cb47ed Text Font Color

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

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


#cb47ed Background Color

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

This div background color is #cb47ed


#cb47ed Border Color

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

This div border color is #cb47ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb47ed


Comments

No comments written yet.

Please login to write comment.