Color Hex Logo

#c235eb Color Hex

#C235EB
(194,53,235)
0 Favorites   0 Comments

Color spaces of #c235eb

RGB 19453235
HSL0.800.820.56
HSV286°77°92°
CMYK 0.170.770.00   0.08
XYZ38.516620.013780.4302
Yxy20.01370.27720.1440
Hunter Lab44.736775.3926-75.2793
CIE-Lab51.852777.5356-63.8062

#c235eb color RGB value is (194,53,235).

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

The process color (four color CMYK) of #c235eb color hex is 0.17, 0.77, 0.00, 0.08. Web safe color of #c235eb is #cc33ff. Color #c235eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110101 11101011
Octal 302 65 353
Decimal 194 53 235
Hex C2 35 EB

RGB Percentages of Color #c235eb

%40.25
%11.00
%48.76

CMYK Percentages of Color #c235eb

%17
%77
%0
%8

Triadic Colors of #c235eb

#c235eb #ebc235 #35ebc2

Analogous Colors of #c235eb

#c235eb #eb35b9 #6735eb

Monochromatic Colors of #c235eb

#c235eb

Complementary Color

#c235eb #5eeb35

#c235eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c235eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c235eb Color CSS Codes

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

#c235eb Text Font Color

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

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


#c235eb Background Color

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

This div background color is #c235eb


#c235eb Border Color

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

This div border color is #c235eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c235eb


Comments

No comments written yet.

Please login to write comment.