Color Hex Logo

#c93def Color Hex

#C93DEF
(201,61,239)
0 Favorites   0 Comments

Color spaces of #c93def

RGB 20161239
HSL0.800.850.59
HSV287°74°94°
CMYK 0.160.740.00   0.06
XYZ41.336121.987083.7266
Yxy21.98700.28110.1495
Hunter Lab46.890375.2985-73.0441
CIE-Lab54.013277.0396-62.5181

#c93def color RGB value is (201,61,239).

#c93def hex color red value is 201, green value is 61 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c93def hue: 0.80 , saturation: 0.85 and the lightness value of c93def is 0.59.

The process color (four color CMYK) of #c93def color hex is 0.16, 0.74, 0.00, 0.06. Web safe color of #c93def is #cc33ff. Color #c93def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111101 11101111
Octal 311 75 357
Decimal 201 61 239
Hex C9 3D EF

RGB Percentages of Color #c93def

%40.12
%12.18
%47.70

CMYK Percentages of Color #c93def

%16
%74
%0
%6

Triadic Colors of #c93def

#c93def #efc93d #3defc9

Analogous Colors of #c93def

#c93def #ef3dbc #703def

Monochromatic Colors of #c93def

#c93def

Complementary Color

#c93def #63ef3d

#c93def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93def Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93def Color CSS Codes

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

#c93def Text Font Color

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

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


#c93def Background Color

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

This div background color is #c93def


#c93def Border Color

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

This div border color is #c93def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93def


Comments

No comments written yet.

Please login to write comment.