color codes Logo

#c924ed color codes

#C924ED
(201,36,237)
0 Favorites   0 Comments

Color spaces of #c924ed

RGB 20136237
HSL0.800.850.54
HSV289°85°93°
CMYK 0.150.850.00   0.07
XYZ40.004319.793781.8329
Yxy19.79370.28250.1398
Hunter Lab44.490182.6447-77.9120
CIE-Lab51.603283.3149-65.2814

#c924ed color RGB value is (201,36,237).

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

The process color (four color CMYK) of #c924ed color code is 0.15, 0.85, 0.00, 0.07. Web safe color of #c924ed is #cc33ff. Color #c924ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100100 11101101
Octal 311 44 355
Decimal 201 36 237
Hex C9 24 ED

RGB Percentages of Color #c924ed

%42.41
%7.59
%50.00

CMYK Percentages of Color #c924ed

%15
%85
%0
%7

Triadic Colors of #c924ed

#c924ed #edc924 #24edc9

Analogous Colors of #c924ed

#c924ed #ed24ad #6524ed

Monochromatic Colors of #c924ed

#c924ed

Complementary Color

#c924ed #48ed24

#c924ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c924ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c924ed Color CSS Codes

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

#c924ed Text Font Color

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

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


#c924ed Background Color

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

This div background color is #c924ed


#c924ed Border Color

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

This div border color is #c924ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c924ed


Comments

No comments written yet.

Please login to write comment.