Color Hex Logo

#c430de Color Hex

#C430DE
(196,48,222)
0 Favorites   0 Comments

Color spaces of #c430de

RGB 19648222
HSL0.810.730.53
HSV291°78°87°
CMYK 0.120.780.00   0.13
XYZ37.006719.123670.8480
Yxy19.12360.29140.1506
Hunter Lab43.730574.5261-65.4446
CIE-Lab50.831577.0378-58.0815

#c430de color RGB value is (196,48,222).

#c430de hex color red value is 196, green value is 48 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c430de hue: 0.81 , saturation: 0.73 and the lightness value of c430de is 0.53.

The process color (four color CMYK) of #c430de color hex is 0.12, 0.78, 0.00, 0.13. Web safe color of #c430de is #cc33cc. Color #c430de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110000 11011110
Octal 304 60 336
Decimal 196 48 222
Hex C4 30 DE

RGB Percentages of Color #c430de

%42.06
%10.30
%47.64

CMYK Percentages of Color #c430de

%12
%78
%0
%13

Triadic Colors of #c430de

#c430de #dec430 #30dec4

Analogous Colors of #c430de

#c430de #de30a1 #6d30de

Monochromatic Colors of #c430de

#c430de

Complementary Color

#c430de #4ade30

#c430de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c430de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c430de Color CSS Codes

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

#c430de Text Font Color

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

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


#c430de Background Color

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

This div background color is #c430de


#c430de Border Color

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

This div border color is #c430de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c430de


Comments

No comments written yet.

Please login to write comment.