Color Hex Logo

#c31ebd Color Hex

#C31EBD
(195,30,189)
0 Favorites   0 Comments

Color spaces of #c31ebd

RGB 19530189
HSL0.840.730.44
HSV302°85°76°
CMYK 0.000.850.03   0.24
XYZ32.155316.204849.5772
Yxy16.20480.32830.1655
Hunter Lab40.255272.1368-44.8413
CIE-Lab47.242075.8022-44.8261

#c31ebd color RGB value is (195,30,189).

#c31ebd hex color red value is 195, green value is 30 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c31ebd hue: 0.84 , saturation: 0.73 and the lightness value of c31ebd is 0.44.

The process color (four color CMYK) of #c31ebd color hex is 0.00, 0.85, 0.03, 0.24. Web safe color of #c31ebd is #cc33cc. Color #c31ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011110 10111101
Octal 303 36 275
Decimal 195 30 189
Hex C3 1E BD

RGB Percentages of Color #c31ebd

%47.10
%7.25
%45.65

CMYK Percentages of Color #c31ebd

%0
%85
%3
%24

Triadic Colors of #c31ebd

#c31ebd #bdc31e #1ebdc3

Analogous Colors of #c31ebd

#c31ebd #c31e6b #771ec3

Monochromatic Colors of #c31ebd

#c31ebd

Complementary Color

#c31ebd #1ec324

#c31ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31ebd Color CSS Codes

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

#c31ebd Text Font Color

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

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


#c31ebd Background Color

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

This div background color is #c31ebd


#c31ebd Border Color

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

This div border color is #c31ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,30,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c31ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c31ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #c31ebd;
  box-shadow:         1px 1px 3px 2px #c31ebd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,30,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31ebd


Comments

No comments written yet.

Please login to write comment.