Color Hex Logo

#c238da Color Hex

#C238DA
(194,56,218)
0 Favorites   0 Comments

Color spaces of #c238da

RGB 19456218
HSL0.810.690.54
HSV291°74°85°
CMYK 0.110.740.00   0.15
XYZ36.317219.359668.1523
Yxy19.35960.29330.1563
Hunter Lab43.999570.3346-61.0365
CIE-Lab51.105373.5759-55.3829

#c238da color RGB value is (194,56,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111000 11011010
Octal 302 70 332
Decimal 194 56 218
Hex C2 38 DA

RGB Percentages of Color #c238da

%41.45
%11.97
%46.58

CMYK Percentages of Color #c238da

%11
%74
%0
%15

Triadic Colors of #c238da

#c238da #dac238 #38dac2

Analogous Colors of #c238da

#c238da #da38a1 #7138da

Monochromatic Colors of #c238da

#c238da

Complementary Color

#c238da #50da38

#c238da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c238da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c238da Color CSS Codes

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

#c238da Text Font Color

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

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


#c238da Background Color

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

This div background color is #c238da


#c238da Border Color

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

This div border color is #c238da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c238da


Comments

No comments written yet.

Please login to write comment.