Color Hex Logo

#cb75dd Color Hex

#CB75DD
(203,117,221)
0 Favorites   0 Comments

Color spaces of #cb75dd

RGB 203117221
HSL0.800.600.66
HSV290°47°87°
CMYK 0.080.470.00   0.13
XYZ44.041030.639571.9994
Yxy30.63950.30030.2089
Hunter Lab55.353045.1540-38.3734
CIE-Lab62.202149.8316-39.4108

#cb75dd color RGB value is (203,117,221).

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

The process color (four color CMYK) of #cb75dd color hex is 0.08, 0.47, 0.00, 0.13. Web safe color of #cb75dd is #cc66cc. Color #cb75dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110101 11011101
Octal 313 165 335
Decimal 203 117 221
Hex CB 75 DD

RGB Percentages of Color #cb75dd

%37.52
%21.63
%40.85

CMYK Percentages of Color #cb75dd

%8
%47
%0
%13

Triadic Colors of #cb75dd

#cb75dd #ddcb75 #75ddcb

Analogous Colors of #cb75dd

#cb75dd #dd75bb #9775dd

Monochromatic Colors of #cb75dd

#cb75dd

Complementary Color

#cb75dd #87dd75

#cb75dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb75dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb75dd Color CSS Codes

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

#cb75dd Text Font Color

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

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


#cb75dd Background Color

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

This div background color is #cb75dd


#cb75dd Border Color

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

This div border color is #cb75dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb75dd


Comments

No comments written yet.

Please login to write comment.