Color Hex Logo

#c230da Color Hex

#C230DA
(194,48,218)
0 Favorites   0 Comments

Color spaces of #c230da

RGB 19448218
HSL0.810.700.52
HSV292°78°85°
CMYK 0.110.780.00   0.15
XYZ35.960018.645268.0332
Yxy18.64520.29320.1520
Hunter Lab43.180173.0881-63.1894
CIE-Lab50.269575.9850-56.7242

#c230da color RGB value is (194,48,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110000 11011010
Octal 302 60 332
Decimal 194 48 218
Hex C2 30 DA

RGB Percentages of Color #c230da

%42.17
%10.43
%47.39

CMYK Percentages of Color #c230da

%11
%78
%0
%15

Triadic Colors of #c230da

#c230da #dac230 #30dac2

Analogous Colors of #c230da

#c230da #da309d #6d30da

Monochromatic Colors of #c230da

#c230da

Complementary Color

#c230da #48da30

#c230da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c230da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c230da Color CSS Codes

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

#c230da Text Font Color

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

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


#c230da Background Color

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

This div background color is #c230da


#c230da Border Color

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

This div border color is #c230da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c230da


Comments

No comments written yet.

Please login to write comment.