Color Hex Logo

#c238dc Color Hex

#C238DC
(194,56,220)
0 Favorites   0 Comments

Color spaces of #c238dc

RGB 19456220
HSL0.810.700.54
HSV290°75°86°
CMYK 0.120.750.00   0.14
XYZ36.580619.465069.5393
Yxy19.46500.29130.1550
Hunter Lab44.119270.7915-62.5677
CIE-Lab51.226973.9270-56.3261

#c238dc color RGB value is (194,56,220).

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

The process color (four color CMYK) of #c238dc color hex is 0.12, 0.75, 0.00, 0.14. Web safe color of #c238dc is #cc33cc. Color #c238dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111000 11011100
Octal 302 70 334
Decimal 194 56 220
Hex C2 38 DC

RGB Percentages of Color #c238dc

%41.28
%11.91
%46.81

CMYK Percentages of Color #c238dc

%12
%75
%0
%14

Triadic Colors of #c238dc

#c238dc #dcc238 #38dcc2

Analogous Colors of #c238dc

#c238dc #dc38a4 #7038dc

Monochromatic Colors of #c238dc

#c238dc

Complementary Color

#c238dc #52dc38

#c238dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c238dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c238dc Color CSS Codes

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

#c238dc Text Font Color

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

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


#c238dc Background Color

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

This div background color is #c238dc


#c238dc Border Color

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

This div border color is #c238dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c238dc


Comments

No comments written yet.

Please login to write comment.