Color Hex Logo

#c538da Color Hex

#C538DA
(197,56,218)
0 Favorites   0 Comments

Color spaces of #c538da

RGB 19756218
HSL0.810.690.54
HSV292°74°85°
CMYK 0.100.740.00   0.15
XYZ37.095019.760668.1887
Yxy19.76060.29670.1580
Hunter Lab44.452971.1619-59.8311
CIE-Lab51.565574.1644-54.6200

#c538da color RGB value is (197,56,218).

#c538da hex color red value is 197, green value is 56 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c538da hue: 0.81 , saturation: 0.69 and the lightness value of c538da is 0.54.

The process color (four color CMYK) of #c538da color hex is 0.10, 0.74, 0.00, 0.15. Web safe color of #c538da is #cc33cc. Color #c538da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111000 11011010
Octal 305 70 332
Decimal 197 56 218
Hex C5 38 DA

RGB Percentages of Color #c538da

%41.83
%11.89
%46.28

CMYK Percentages of Color #c538da

%10
%74
%0
%15

Triadic Colors of #c538da

#c538da #dac538 #38dac5

Analogous Colors of #c538da

#c538da #da389e #7438da

Monochromatic Colors of #c538da

#c538da

Complementary Color

#c538da #4dda38

#c538da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c538da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c538da Color CSS Codes

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

#c538da Text Font Color

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

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


#c538da Background Color

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

This div background color is #c538da


#c538da Border Color

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

This div border color is #c538da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c538da


Comments

No comments written yet.

Please login to write comment.