Color Hex Logo

#c883eb Color Hex

#C883EB
(200,131,235)
0 Favorites   0 Comments

Color spaces of #c883eb

RGB 200131235
HSL0.780.720.72
HSV280°44°92°
CMYK 0.150.440.00   0.08
XYZ46.931134.510182.7848
Yxy34.51010.28580.2101
Hunter Lab58.745339.7978-42.4307
CIE-Lab65.365544.4812-42.2556

#c883eb color RGB value is (200,131,235).

#c883eb hex color red value is 200, green value is 131 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c883eb hue: 0.78 , saturation: 0.72 and the lightness value of c883eb is 0.72.

The process color (four color CMYK) of #c883eb color hex is 0.15, 0.44, 0.00, 0.08. Web safe color of #c883eb is #cc99ff. Color #c883eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000011 11101011
Octal 310 203 353
Decimal 200 131 235
Hex C8 83 EB

RGB Percentages of Color #c883eb

%35.34
%23.14
%41.52

CMYK Percentages of Color #c883eb

%15
%44
%0
%8

Triadic Colors of #c883eb

#c883eb #ebc883 #83ebc8

Analogous Colors of #c883eb

#c883eb #eb83da #9483eb

Monochromatic Colors of #c883eb

#c883eb

Complementary Color

#c883eb #a6eb83

#c883eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c883eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c883eb Color CSS Codes

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

#c883eb Text Font Color

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

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


#c883eb Background Color

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

This div background color is #c883eb


#c883eb Border Color

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

This div border color is #c883eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c883eb


Comments

No comments written yet.

Please login to write comment.