Color Hex Logo

#cb55dc Color Hex

#CB55DC
(203,85,220)
0 Favorites   0 Comments

Color spaces of #cb55dc

RGB 20385220
HSL0.810.660.60
HSV292°61°86°
CMYK 0.080.610.00   0.14
XYZ40.795424.360870.2621
Yxy24.36080.30130.1799
Hunter Lab49.356761.1638-49.8531
CIE-Lab56.447264.8891-47.9201

#cb55dc color RGB value is (203,85,220).

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

The process color (four color CMYK) of #cb55dc color hex is 0.08, 0.61, 0.00, 0.14. Web safe color of #cb55dc is #cc66cc. Color #cb55dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010101 11011100
Octal 313 125 334
Decimal 203 85 220
Hex CB 55 DC

RGB Percentages of Color #cb55dc

%39.96
%16.73
%43.31

CMYK Percentages of Color #cb55dc

%8
%61
%0
%14

Triadic Colors of #cb55dc

#cb55dc #dccb55 #55dccb

Analogous Colors of #cb55dc

#cb55dc #dc55aa #8855dc

Monochromatic Colors of #cb55dc

#cb55dc

Complementary Color

#cb55dc #66dc55

#cb55dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb55dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb55dc Color CSS Codes

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

#cb55dc Text Font Color

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

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


#cb55dc Background Color

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

This div background color is #cb55dc


#cb55dc Border Color

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

This div border color is #cb55dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb55dc


Comments

No comments written yet.

Please login to write comment.