Color Hex Logo

#c238ce Color Hex

#C238CE
(194,56,206)
0 Favorites   0 Comments

Color spaces of #c238ce

RGB 19456206
HSL0.820.600.51
HSV295°73°81°
CMYK 0.060.730.00   0.19
XYZ34.802918.753960.1781
Yxy18.75390.30600.1649
Hunter Lab43.305867.6673-52.0759
CIE-Lab50.398071.5099-49.6512

#c238ce color RGB value is (194,56,206).

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

The process color (four color CMYK) of #c238ce color hex is 0.06, 0.73, 0.00, 0.19. Web safe color of #c238ce is #cc33cc. Color #c238ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111000 11001110
Octal 302 70 316
Decimal 194 56 206
Hex C2 38 CE

RGB Percentages of Color #c238ce

%42.54
%12.28
%45.18

CMYK Percentages of Color #c238ce

%6
%73
%0
%19

Triadic Colors of #c238ce

#c238ce #cec238 #38cec2

Analogous Colors of #c238ce

#c238ce #ce388f #7738ce

Monochromatic Colors of #c238ce

#c238ce

Complementary Color

#c238ce #44ce38

#c238ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c238ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c238ce Color CSS Codes

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

#c238ce Text Font Color

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

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


#c238ce Background Color

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

This div background color is #c238ce


#c238ce Border Color

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

This div border color is #c238ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c238ce


Comments

No comments written yet.

Please login to write comment.