Color Hex Logo

#cb58db Color Hex

#CB58DB
(203,88,219)
0 Favorites   0 Comments

Color spaces of #cb58db

RGB 20388219
HSL0.810.650.60
HSV293°60°86°
CMYK 0.070.600.00   0.14
XYZ40.904524.790469.6470
Yxy24.79040.30220.1832
Hunter Lab49.790059.5127-48.0828
CIE-Lab56.870663.4001-46.6843

#cb58db color RGB value is (203,88,219).

#cb58db hex color red value is 203, green value is 88 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cb58db hue: 0.81 , saturation: 0.65 and the lightness value of cb58db is 0.60.

The process color (four color CMYK) of #cb58db color hex is 0.07, 0.60, 0.00, 0.14. Web safe color of #cb58db is #cc66cc. Color #cb58db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011000 11011011
Octal 313 130 333
Decimal 203 88 219
Hex CB 58 DB

RGB Percentages of Color #cb58db

%39.80
%17.25
%42.94

CMYK Percentages of Color #cb58db

%7
%60
%0
%14

Triadic Colors of #cb58db

#cb58db #dbcb58 #58dbcb

Analogous Colors of #cb58db

#cb58db #db58aa #8a58db

Monochromatic Colors of #cb58db

#cb58db

Complementary Color

#cb58db #68db58

#cb58db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb58db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb58db Color CSS Codes

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

#cb58db Text Font Color

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

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


#cb58db Background Color

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

This div background color is #cb58db


#cb58db Border Color

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

This div border color is #cb58db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb58db


Comments

No comments written yet.

Please login to write comment.