Color Hex Logo

#cb87fd Color Hex

#CB87FD
(203,135,253)
0 Favorites   0 Comments

Color spaces of #cb87fd

RGB 203135253
HSL0.760.970.76
HSV275°47°99°
CMYK 0.200.470.00   0.01
XYZ51.022237.116397.4035
Yxy37.11630.27500.2000
Hunter Lab60.923142.8755-52.1462
CIE-Lab67.364247.0309-48.9774

#cb87fd color RGB value is (203,135,253).

#cb87fd hex color red value is 203, green value is 135 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cb87fd hue: 0.76 , saturation: 0.97 and the lightness value of cb87fd is 0.76.

The process color (four color CMYK) of #cb87fd color hex is 0.20, 0.47, 0.00, 0.01. Web safe color of #cb87fd is #cc99ff. Color #cb87fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000111 11111101
Octal 313 207 375
Decimal 203 135 253
Hex CB 87 FD

RGB Percentages of Color #cb87fd

%34.35
%22.84
%42.81

CMYK Percentages of Color #cb87fd

%20
%47
%0
%1

Triadic Colors of #cb87fd

#cb87fd #fdcb87 #87fdcb

Analogous Colors of #cb87fd

#cb87fd #fd87f4 #9087fd

Monochromatic Colors of #cb87fd

#cb87fd

Complementary Color

#cb87fd #b9fd87

#cb87fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb87fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb87fd Color CSS Codes

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

#cb87fd Text Font Color

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

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


#cb87fd Background Color

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

This div background color is #cb87fd


#cb87fd Border Color

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

This div border color is #cb87fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb87fd


Comments

No comments written yet.

Please login to write comment.