Color Hex Logo

#cb87fa Color Hex

#CB87FA
(203,135,250)
0 Favorites   0 Comments

Color spaces of #cb87fa

RGB 203135250
HSL0.770.920.75
HSV275°46°98°
CMYK 0.190.460.00   0.02
XYZ50.547936.926694.9059
Yxy36.92660.27720.2025
Hunter Lab60.767342.1386-50.0616
CIE-Lab67.221946.3811-47.5613

#cb87fa color RGB value is (203,135,250).

#cb87fa hex color red value is 203, green value is 135 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cb87fa hue: 0.77 , saturation: 0.92 and the lightness value of cb87fa is 0.75.

The process color (four color CMYK) of #cb87fa color hex is 0.19, 0.46, 0.00, 0.02. Web safe color of #cb87fa is #cc99ff. Color #cb87fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000111 11111010
Octal 313 207 372
Decimal 203 135 250
Hex CB 87 FA

RGB Percentages of Color #cb87fa

%34.52
%22.96
%42.52

CMYK Percentages of Color #cb87fa

%19
%46
%0
%2

Triadic Colors of #cb87fa

#cb87fa #facb87 #87facb

Analogous Colors of #cb87fa

#cb87fa #fa87f0 #9287fa

Monochromatic Colors of #cb87fa

#cb87fa

Complementary Color

#cb87fa #b6fa87

#cb87fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb87fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb87fa Color CSS Codes

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

#cb87fa Text Font Color

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

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


#cb87fa Background Color

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

This div background color is #cb87fa


#cb87fa Border Color

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

This div border color is #cb87fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb87fa


Comments

No comments written yet.

Please login to write comment.