Color Hex Logo

#c93ebb Color Hex

#C93EBB
(201,62,187)
0 Favorites   0 Comments

Color spaces of #c93ebb

RGB 20162187
HSL0.850.560.52
HSV306°69°79°
CMYK 0.000.690.07   0.21
XYZ34.779719.450648.9350
Yxy19.45060.33710.1885
Hunter Lab44.102863.5860-34.9142
CIE-Lab51.210367.9293-37.3171

#c93ebb color RGB value is (201,62,187).

#c93ebb hex color red value is 201, green value is 62 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c93ebb hue: 0.85 , saturation: 0.56 and the lightness value of c93ebb is 0.52.

The process color (four color CMYK) of #c93ebb color hex is 0.00, 0.69, 0.07, 0.21. Web safe color of #c93ebb is #cc33cc. Color #c93ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111110 10111011
Octal 311 76 273
Decimal 201 62 187
Hex C9 3E BB

RGB Percentages of Color #c93ebb

%44.67
%13.78
%41.56

CMYK Percentages of Color #c93ebb

%0
%69
%7
%21

Triadic Colors of #c93ebb

#c93ebb #bbc93e #3ebbc9

Analogous Colors of #c93ebb

#c93ebb #c93e76 #923ec9

Monochromatic Colors of #c93ebb

#c93ebb

Complementary Color

#c93ebb #3ec94c

#c93ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93ebb Color CSS Codes

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

#c93ebb Text Font Color

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

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


#c93ebb Background Color

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

This div background color is #c93ebb


#c93ebb Border Color

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

This div border color is #c93ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,62,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c93ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c93ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #c93ebb;
  box-shadow:         1px 1px 3px 2px #c93ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,62,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93ebb


Comments

No comments written yet.

Please login to write comment.