Color Hex Logo

#cb74dd Color Hex

#CB74DD
(203,116,221)
0 Favorites   0 Comments

Color spaces of #cb74dd

RGB 203116221
HSL0.800.610.66
HSV290°48°87°
CMYK 0.080.480.00   0.13
XYZ43.925130.407871.9608
Yxy30.40780.30030.2079
Hunter Lab55.143345.6858-38.7719
CIE-Lab62.004550.3437-39.7204

#cb74dd color RGB value is (203,116,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110100 11011101
Octal 313 164 335
Decimal 203 116 221
Hex CB 74 DD

RGB Percentages of Color #cb74dd

%37.59
%21.48
%40.93

CMYK Percentages of Color #cb74dd

%8
%48
%0
%13

Triadic Colors of #cb74dd

#cb74dd #ddcb74 #74ddcb

Analogous Colors of #cb74dd

#cb74dd #dd74bb #9774dd

Monochromatic Colors of #cb74dd

#cb74dd

Complementary Color

#cb74dd #86dd74

#cb74dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb74dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb74dd Color CSS Codes

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

#cb74dd Text Font Color

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

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


#cb74dd Background Color

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

This div background color is #cb74dd


#cb74dd Border Color

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

This div border color is #cb74dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb74dd


Comments

No comments written yet.

Please login to write comment.