Color Hex Logo

#c238cd Color Hex

#C238CD
(194,56,205)
0 Favorites   0 Comments

Color spaces of #c238cd

RGB 19456205
HSL0.820.600.51
HSV296°73°80°
CMYK 0.050.730.00   0.20
XYZ34.681818.705559.5402
Yxy18.70550.30710.1656
Hunter Lab43.249967.4508-51.3471
CIE-Lab50.340971.3409-49.1678

#c238cd color RGB value is (194,56,205).

#c238cd hex color red value is 194, green value is 56 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c238cd hue: 0.82 , saturation: 0.60 and the lightness value of c238cd is 0.51.

The process color (four color CMYK) of #c238cd color hex is 0.05, 0.73, 0.00, 0.20. Web safe color of #c238cd is #cc33cc. Color #c238cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111000 11001101
Octal 302 70 315
Decimal 194 56 205
Hex C2 38 CD

RGB Percentages of Color #c238cd

%42.64
%12.31
%45.05

CMYK Percentages of Color #c238cd

%5
%73
%0
%20

Triadic Colors of #c238cd

#c238cd #cdc238 #38cdc2

Analogous Colors of #c238cd

#c238cd #cd388e #7838cd

Monochromatic Colors of #c238cd

#c238cd

Complementary Color

#c238cd #43cd38

#c238cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c238cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c238cd Color CSS Codes

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

#c238cd Text Font Color

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

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


#c238cd Background Color

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

This div background color is #c238cd


#c238cd Border Color

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

This div border color is #c238cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c238cd


Comments

No comments written yet.

Please login to write comment.