Color Hex Logo

#c235ec Color Hex

#C235EC
(194,53,236)
0 Favorites   0 Comments

Color spaces of #c235ec

RGB 19453236
HSL0.800.830.57
HSV286°78°93°
CMYK 0.180.780.00   0.07
XYZ38.661620.071781.1934
Yxy20.07170.27630.1434
Hunter Lab44.801575.6348-76.0899
CIE-Lab51.918277.7170-64.2633

#c235ec color RGB value is (194,53,236).

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

The process color (four color CMYK) of #c235ec color hex is 0.18, 0.78, 0.00, 0.07. Web safe color of #c235ec is #cc33ff. Color #c235ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110101 11101100
Octal 302 65 354
Decimal 194 53 236
Hex C2 35 EC

RGB Percentages of Color #c235ec

%40.17
%10.97
%48.86

CMYK Percentages of Color #c235ec

%18
%78
%0
%7

Triadic Colors of #c235ec

#c235ec #ecc235 #35ecc2

Analogous Colors of #c235ec

#c235ec #ec35bb #6735ec

Monochromatic Colors of #c235ec

#c235ec

Complementary Color

#c235ec #5fec35

#c235ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c235ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c235ec Color CSS Codes

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

#c235ec Text Font Color

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

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


#c235ec Background Color

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

This div background color is #c235ec


#c235ec Border Color

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

This div border color is #c235ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c235ec


Comments

No comments written yet.

Please login to write comment.