Color Hex Logo

#c230de Color Hex

#C230DE
(194,48,222)
0 Favorites   0 Comments

Color spaces of #c230de

RGB 19448222
HSL0.810.730.53
HSV290°78°87°
CMYK 0.130.780.00   0.13
XYZ36.489918.857270.8238
Yxy18.85720.28920.1495
Hunter Lab43.424973.9999-66.3016
CIE-Lab50.519776.6742-58.5993

#c230de color RGB value is (194,48,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110000 11011110
Octal 302 60 336
Decimal 194 48 222
Hex C2 30 DE

RGB Percentages of Color #c230de

%41.81
%10.34
%47.84

CMYK Percentages of Color #c230de

%13
%78
%0
%13

Triadic Colors of #c230de

#c230de #dec230 #30dec2

Analogous Colors of #c230de

#c230de #de30a3 #6b30de

Monochromatic Colors of #c230de

#c230de

Complementary Color

#c230de #4cde30

#c230de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c230de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c230de Color CSS Codes

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

#c230de Text Font Color

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

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


#c230de Background Color

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

This div background color is #c230de


#c230de Border Color

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

This div border color is #c230de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c230de


Comments

No comments written yet.

Please login to write comment.