Color Hex Logo

#c235ce Color Hex

#C235CE
(194,53,206)
0 Favorites   0 Comments

Color spaces of #c235ce

RGB 19453206
HSL0.820.610.51
HSV295°74°81°
CMYK 0.060.740.00   0.19
XYZ34.661818.471860.1310
Yxy18.47180.30600.1631
Hunter Lab42.978868.7447-52.8665
CIE-Lab50.063472.4681-50.1853

#c235ce color RGB value is (194,53,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110101 11001110
Octal 302 65 316
Decimal 194 53 206
Hex C2 35 CE

RGB Percentages of Color #c235ce

%42.83
%11.70
%45.47

CMYK Percentages of Color #c235ce

%6
%74
%0
%19

Triadic Colors of #c235ce

#c235ce #cec235 #35cec2

Analogous Colors of #c235ce

#c235ce #ce358e #7635ce

Monochromatic Colors of #c235ce

#c235ce

Complementary Color

#c235ce #41ce35

#c235ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c235ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c235ce Color CSS Codes

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

#c235ce Text Font Color

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

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


#c235ce Background Color

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

This div background color is #c235ce


#c235ce Border Color

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

This div border color is #c235ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c235ce


Comments

No comments written yet.

Please login to write comment.