Color Hex Logo

#c927fd Color Hex

#C927FD
(201,39,253)
0 Favorites   0 Comments

Color spaces of #c927fd

RGB 20139253
HSL0.790.980.57
HSV285°85°99°
CMYK 0.210.850.00   0.01
XYZ42.542520.960494.7320
Yxy20.96040.26890.1325
Hunter Lab45.782585.7481-90.6335
CIE-Lab52.906185.4616-72.1269

#c927fd color RGB value is (201,39,253).

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

The process color (four color CMYK) of #c927fd color hex is 0.21, 0.85, 0.00, 0.01. Web safe color of #c927fd is #cc33ff. Color #c927fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100111 11111101
Octal 311 47 375
Decimal 201 39 253
Hex C9 27 FD

RGB Percentages of Color #c927fd

%40.77
%7.91
%51.32

CMYK Percentages of Color #c927fd

%21
%85
%0
%1

Triadic Colors of #c927fd

#c927fd #fdc927 #27fdc9

Analogous Colors of #c927fd

#c927fd #fd27c6 #5e27fd

Monochromatic Colors of #c927fd

#c927fd

Complementary Color

#c927fd #5bfd27

#c927fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c927fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c927fd Color CSS Codes

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

#c927fd Text Font Color

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

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


#c927fd Background Color

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

This div background color is #c927fd


#c927fd Border Color

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

This div border color is #c927fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c927fd


Comments

No comments written yet.

Please login to write comment.