Color Hex Logo

#cb83ca Color Hex

#CB83CA
(203,131,202)
0 Favorites   0 Comments

Color spaces of #cb83ca

RGB 203131202
HSL0.840.410.65
HSV301°35°80°
CMYK 0.000.350.00   0.20
XYZ43.405633.193459.9964
Yxy33.19340.31780.2430
Hunter Lab57.613733.6561-21.4124
CIE-Lab64.317238.8451-25.4873

#cb83ca color RGB value is (203,131,202).

#cb83ca hex color red value is 203, green value is 131 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cb83ca hue: 0.84 , saturation: 0.41 and the lightness value of cb83ca is 0.65.

The process color (four color CMYK) of #cb83ca color hex is 0.00, 0.35, 0.00, 0.20. Web safe color of #cb83ca is #cc99cc. Color #cb83ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000011 11001010
Octal 313 203 312
Decimal 203 131 202
Hex CB 83 CA

RGB Percentages of Color #cb83ca

%37.87
%24.44
%37.69

CMYK Percentages of Color #cb83ca

%0
%35
%0
%20

Triadic Colors of #cb83ca

#cb83ca #cacb83 #83cacb

Analogous Colors of #cb83ca

#cb83ca #cb83a6 #a883cb

Monochromatic Colors of #cb83ca

#cb83ca

Complementary Color

#cb83ca #83cb84

#cb83ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb83ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb83ca Color CSS Codes

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

#cb83ca Text Font Color

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

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


#cb83ca Background Color

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

This div background color is #cb83ca


#cb83ca Border Color

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

This div border color is #cb83ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb83ca


Comments

No comments written yet.

Please login to write comment.