Color Hex Logo

#cb74ea Color Hex

#CB74EA
(203,116,234)
0 Favorites   0 Comments

Color spaces of #cb74ea

RGB 203116234
HSL0.790.740.69
HSV284°50°92°
CMYK 0.130.500.00   0.08
XYZ45.725331.127881.4402
Yxy31.12780.28890.1966
Hunter Lab55.792348.6555-47.4912
CIE-Lab62.615452.9211-46.0035

#cb74ea color RGB value is (203,116,234).

#cb74ea hex color red value is 203, green value is 116 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cb74ea hue: 0.79 , saturation: 0.74 and the lightness value of cb74ea is 0.69.

The process color (four color CMYK) of #cb74ea color hex is 0.13, 0.50, 0.00, 0.08. Web safe color of #cb74ea is #cc66ff. Color #cb74ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110100 11101010
Octal 313 164 352
Decimal 203 116 234
Hex CB 74 EA

RGB Percentages of Color #cb74ea

%36.71
%20.98
%42.31

CMYK Percentages of Color #cb74ea

%13
%50
%0
%8

Triadic Colors of #cb74ea

#cb74ea #eacb74 #74eacb

Analogous Colors of #cb74ea

#cb74ea #ea74ce #9074ea

Monochromatic Colors of #cb74ea

#cb74ea

Complementary Color

#cb74ea #93ea74

#cb74ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb74ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb74ea Color CSS Codes

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

#cb74ea Text Font Color

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

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


#cb74ea Background Color

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

This div background color is #cb74ea


#cb74ea Border Color

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

This div border color is #cb74ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb74ea


Comments

No comments written yet.

Please login to write comment.