Color Hex Logo

#cb74dc Color Hex

#CB74DC
(203,116,220)
0 Favorites   0 Comments

Color spaces of #cb74dc

RGB 203116220
HSL0.810.600.66
HSV290°47°86°
CMYK 0.080.470.00   0.14
XYZ43.792330.354671.2611
Yxy30.35460.30120.2088
Hunter Lab55.095045.4646-38.1205
CIE-Lab61.959050.1499-39.2324

#cb74dc color RGB value is (203,116,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110100 11011100
Octal 313 164 334
Decimal 203 116 220
Hex CB 74 DC

RGB Percentages of Color #cb74dc

%37.66
%21.52
%40.82

CMYK Percentages of Color #cb74dc

%8
%47
%0
%14

Triadic Colors of #cb74dc

#cb74dc #dccb74 #74dccb

Analogous Colors of #cb74dc

#cb74dc #dc74b9 #9774dc

Monochromatic Colors of #cb74dc

#cb74dc

Complementary Color

#cb74dc #85dc74

#cb74dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb74dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb74dc Color CSS Codes

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

#cb74dc Text Font Color

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

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


#cb74dc Background Color

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

This div background color is #cb74dc


#cb74dc Border Color

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

This div border color is #cb74dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb74dc


Comments

No comments written yet.

Please login to write comment.