color codes Logo

#c930c4 color codes

#C930C4
(201,48,196)
0 Favorites   0 Comments

Color spaces of #c930c4

RGB 20148196
HSL0.840.610.49
HSV302°76°79°
CMYK 0.000.760.02   0.21
XYZ35.108218.516953.9483
Yxy18.51690.32640.1721
Hunter Lab43.031370.3292-44.2100
CIE-Lab50.117173.7635-44.2642

#c930c4 color RGB value is (201,48,196).

#c930c4 hex color red value is 201, green value is 48 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #c930c4 hue: 0.84 , saturation: 0.61 and the lightness value of c930c4 is 0.49.

The process color (four color CMYK) of #c930c4 color code is 0.00, 0.76, 0.02, 0.21. Web safe color of #c930c4 is #cc33cc. Color #c930c4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110000 11000100
Octal 311 60 304
Decimal 201 48 196
Hex C9 30 C4

RGB Percentages of Color #c930c4

%45.17
%10.79
%44.04

CMYK Percentages of Color #c930c4

%0
%76
%2
%21

Triadic Colors of #c930c4

#c930c4 #c4c930 #30c4c9

Analogous Colors of #c930c4

#c930c4 #c93078 #8230c9

Monochromatic Colors of #c930c4

#c930c4

Complementary Color

#c930c4 #30c935

#c930c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c930c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c930c4 Color CSS Codes

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

#c930c4 Text Font Color

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

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


#c930c4 Background Color

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

This div background color is #c930c4


#c930c4 Border Color

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

This div border color is #c930c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c930c4


Comments

No comments written yet.

Please login to write comment.