Color Hex Logo

#c927ed Color Hex

#C927ED
(201,39,237)
0 Favorites   0 Comments

Color spaces of #c927ed

RGB 20139237
HSL0.800.850.54
HSV289°84°93°
CMYK 0.150.840.00   0.07
XYZ40.099019.983081.8644
Yxy19.98300.28250.1408
Hunter Lab44.702381.8894-77.2874
CIE-Lab51.818082.6844-64.9343

#c927ed color RGB value is (201,39,237).

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

The process color (four color CMYK) of #c927ed color hex is 0.15, 0.84, 0.00, 0.07. Web safe color of #c927ed is #cc33ff. Color #c927ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100111 11101101
Octal 311 47 355
Decimal 201 39 237
Hex C9 27 ED

RGB Percentages of Color #c927ed

%42.14
%8.18
%49.69

CMYK Percentages of Color #c927ed

%15
%84
%0
%7

Triadic Colors of #c927ed

#c927ed #edc927 #27edc9

Analogous Colors of #c927ed

#c927ed #ed27ae #6627ed

Monochromatic Colors of #c927ed

#c927ed

Complementary Color

#c927ed #4bed27

#c927ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c927ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c927ed Color CSS Codes

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

#c927ed Text Font Color

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

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


#c927ed Background Color

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

This div background color is #c927ed


#c927ed Border Color

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

This div border color is #c927ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,39,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 #c927ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c927ed


Comments

No comments written yet.

Please login to write comment.