Color Hex Logo

#cb47db Color Hex

#CB47DB
(203,71,219)
0 Favorites   0 Comments

Color spaces of #cb47db

RGB 20371219
HSL0.820.670.57
HSV294°68°86°
CMYK 0.070.680.00   0.14
XYZ39.668022.317569.2348
Yxy22.31750.30230.1701
Hunter Lab47.241467.2117-53.8237
CIE-Lab54.362370.3692-50.6685

#cb47db color RGB value is (203,71,219).

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

The process color (four color CMYK) of #cb47db color hex is 0.07, 0.68, 0.00, 0.14. Web safe color of #cb47db is #cc33cc. Color #cb47db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000111 11011011
Octal 313 107 333
Decimal 203 71 219
Hex CB 47 DB

RGB Percentages of Color #cb47db

%41.18
%14.40
%44.42

CMYK Percentages of Color #cb47db

%7
%68
%0
%14

Triadic Colors of #cb47db

#cb47db #dbcb47 #47dbcb

Analogous Colors of #cb47db

#cb47db #db47a1 #8147db

Monochromatic Colors of #cb47db

#cb47db

Complementary Color

#cb47db #57db47

#cb47db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb47db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb47db Color CSS Codes

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

#cb47db Text Font Color

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

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


#cb47db Background Color

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

This div background color is #cb47db


#cb47db Border Color

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

This div border color is #cb47db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb47db


Comments

No comments written yet.

Please login to write comment.