Color Hex Logo

#c930cd Color Hex

#C930CD
(201,48,205)
0 Favorites   0 Comments

Color spaces of #c930cd

RGB 20148205
HSL0.830.620.50
HSV298°77°80°
CMYK 0.020.770.00   0.20
XYZ36.163818.939259.5072
Yxy18.93920.31550.1652
Hunter Lab43.519272.1723-50.6084
CIE-Lab50.616075.1734-48.6632

#c930cd color RGB value is (201,48,205).

#c930cd hex color red value is 201, green value is 48 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c930cd hue: 0.83 , saturation: 0.62 and the lightness value of c930cd is 0.50.

The process color (four color CMYK) of #c930cd color hex is 0.02, 0.77, 0.00, 0.20. Web safe color of #c930cd is #cc33cc. Color #c930cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110000 11001101
Octal 311 60 315
Decimal 201 48 205
Hex C9 30 CD

RGB Percentages of Color #c930cd

%44.27
%10.57
%45.15

CMYK Percentages of Color #c930cd

%2
%77
%0
%20

Triadic Colors of #c930cd

#c930cd #cdc930 #30cdc9

Analogous Colors of #c930cd

#c930cd #cd3083 #7b30cd

Monochromatic Colors of #c930cd

#c930cd

Complementary Color

#c930cd #34cd30

#c930cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c930cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c930cd Color CSS Codes

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

#c930cd Text Font Color

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

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


#c930cd Background Color

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

This div background color is #c930cd


#c930cd Border Color

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

This div border color is #c930cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c930cd


Comments

No comments written yet.

Please login to write comment.