Color Hex Logo

#c94edb Color Hex

#C94EDB
(201,78,219)
0 Favorites   0 Comments

Color spaces of #c94edb

RGB 20178219
HSL0.810.660.58
HSV292°64°86°
CMYK 0.080.640.00   0.14
XYZ39.598022.980869.3665
Yxy22.98080.30010.1742
Hunter Lab47.938363.5526-52.2356
CIE-Lab55.052667.1739-49.5873

#c94edb color RGB value is (201,78,219).

#c94edb hex color red value is 201, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c94edb hue: 0.81 , saturation: 0.66 and the lightness value of c94edb is 0.58.

The process color (four color CMYK) of #c94edb color hex is 0.08, 0.64, 0.00, 0.14. Web safe color of #c94edb is #cc66cc. Color #c94edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001110 11011011
Octal 311 116 333
Decimal 201 78 219
Hex C9 4E DB

RGB Percentages of Color #c94edb

%40.36
%15.66
%43.98

CMYK Percentages of Color #c94edb

%8
%64
%0
%14

Triadic Colors of #c94edb

#c94edb #dbc94e #4edbc9

Analogous Colors of #c94edb

#c94edb #db4ea7 #834edb

Monochromatic Colors of #c94edb

#c94edb

Complementary Color

#c94edb #60db4e

#c94edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94edb Color CSS Codes

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

#c94edb Text Font Color

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

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


#c94edb Background Color

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

This div background color is #c94edb


#c94edb Border Color

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

This div border color is #c94edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94edb


Comments

No comments written yet.

Please login to write comment.