Color Hex Logo

#c90dfd Color Hex

#C90DFD
(201,13,253)
0 Favorites   0 Comments

Color spaces of #c90dfd

RGB 20113253
HSL0.800.980.52
HSV287°95°99°
CMYK 0.210.950.00   0.01
XYZ41.960919.797294.5382
Yxy19.79720.26850.1267
Hunter Lab44.494090.4730-94.8299
CIE-Lab51.607189.3097-74.2363

#c90dfd color RGB value is (201,13,253).

#c90dfd hex color red value is 201, green value is 13 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c90dfd hue: 0.80 , saturation: 0.98 and the lightness value of c90dfd is 0.52.

The process color (four color CMYK) of #c90dfd color hex is 0.21, 0.95, 0.00, 0.01. Web safe color of #c90dfd is #cc00ff. Color #c90dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001101 11111101
Octal 311 15 375
Decimal 201 13 253
Hex C9 D FD

RGB Percentages of Color #c90dfd

%43.04
%2.78
%54.18

CMYK Percentages of Color #c90dfd

%21
%95
%0
%1

Triadic Colors of #c90dfd

#c90dfd #fdc90d #0dfdc9

Analogous Colors of #c90dfd

#c90dfd #fd0db9 #510dfd

Monochromatic Colors of #c90dfd

#c90dfd

Complementary Color

#c90dfd #41fd0d

#c90dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90dfd Color CSS Codes

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

#c90dfd Text Font Color

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

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


#c90dfd Background Color

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

This div background color is #c90dfd


#c90dfd Border Color

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

This div border color is #c90dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90dfd

#c90dfd Color Palettes


Comments

No comments written yet.

Please login to write comment.