Color Hex Logo

#cb71ea Color Hex

#CB71EA
(203,113,234)
0 Favorites   0 Comments

Color spaces of #cb71ea

RGB 203113234
HSL0.790.740.68
HSV285°52°92°
CMYK 0.130.520.00   0.08
XYZ45.385030.447381.3268
Yxy30.44730.28880.1937
Hunter Lab55.179150.2536-48.7604
CIE-Lab62.038354.4343-46.9142

#cb71ea color RGB value is (203,113,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110001 11101010
Octal 313 161 352
Decimal 203 113 234
Hex CB 71 EA

RGB Percentages of Color #cb71ea

%36.91
%20.55
%42.55

CMYK Percentages of Color #cb71ea

%13
%52
%0
%8

Triadic Colors of #cb71ea

#cb71ea #eacb71 #71eacb

Analogous Colors of #cb71ea

#cb71ea #ea71cd #8f71ea

Monochromatic Colors of #cb71ea

#cb71ea

Complementary Color

#cb71ea #90ea71

#cb71ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb71ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb71ea Color CSS Codes

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

#cb71ea Text Font Color

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

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


#cb71ea Background Color

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

This div background color is #cb71ea


#cb71ea Border Color

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

This div border color is #cb71ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb71ea


Comments

No comments written yet.

Please login to write comment.