color codes Logo

#c87bff color codes

#C87BFF
(200,123,255)
0 Favorites   0 Comments

Color spaces of #c87bff

RGB 200123255
HSL0.761.000.74
HSV275°52°100°
CMYK 0.220.520.00   0.00
XYZ48.952433.665398.5257
Yxy33.66530.27020.1858
Hunter Lab58.021849.0604-60.0639
CIE-Lab64.696052.9607-54.3149

#c87bff color RGB value is (200,123,255).

#c87bff hex color red value is 200, green value is 123 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c87bff hue: 0.76 , saturation: 1.00 and the lightness value of c87bff is 0.74.

The process color (four color CMYK) of #c87bff color code is 0.22, 0.52, 0.00, 0.00. Web safe color of #c87bff is #cc66ff. Color #c87bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111011 11111111
Octal 310 173 377
Decimal 200 123 255
Hex C8 7B FF

RGB Percentages of Color #c87bff

%34.60
%21.28
%44.12

CMYK Percentages of Color #c87bff

%22
%52
%0
%0

Triadic Colors of #c87bff

#c87bff #ffc87b #7bffc8

Analogous Colors of #c87bff

#c87bff #ff7bf4 #867bff

Monochromatic Colors of #c87bff

#c87bff

Complementary Color

#c87bff #b2ff7b

#c87bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87bff Color CSS Codes

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

#c87bff Text Font Color

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

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


#c87bff Background Color

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

This div background color is #c87bff


#c87bff Border Color

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

This div border color is #c87bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,123,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c87bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c87bff;
  -webkit-box-shadow: 1px 1px 3px 2px #c87bff;
  box-shadow:         1px 1px 3px 2px #c87bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,123,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87bff


Comments

No comments written yet.

Please login to write comment.