Color Hex Logo

#c338da Color Hex

#C338DA
(195,56,218)
0 Favorites   0 Comments

Color spaces of #c338da

RGB 19556218
HSL0.810.690.54
HSV291°74°85°
CMYK 0.110.740.00   0.15
XYZ36.574719.492468.1644
Yxy19.49240.29440.1569
Hunter Lab44.150270.6093-60.6339
CIE-Lab51.258473.7715-55.1291

#c338da color RGB value is (195,56,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111000 11011010
Octal 303 70 332
Decimal 195 56 218
Hex C3 38 DA

RGB Percentages of Color #c338da

%41.58
%11.94
%46.48

CMYK Percentages of Color #c338da

%11
%74
%0
%15

Triadic Colors of #c338da

#c338da #dac338 #38dac3

Analogous Colors of #c338da

#c338da #da38a0 #7238da

Monochromatic Colors of #c338da

#c338da

Complementary Color

#c338da #4fda38

#c338da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c338da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c338da Color CSS Codes

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

#c338da Text Font Color

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

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


#c338da Background Color

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

This div background color is #c338da


#c338da Border Color

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

This div border color is #c338da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c338da


Comments

No comments written yet.

Please login to write comment.