Color Hex Logo

#c285ec Color Hex

#C285EC
(194,133,236)
0 Favorites   0 Comments

Color spaces of #c285ec

RGB 194133236
HSL0.770.730.72
HSV276°44°93°
CMYK 0.180.440.00   0.07
XYZ45.776034.300583.5649
Yxy34.30050.27970.2096
Hunter Lab58.566637.0250-43.6004
CIE-Lab65.200441.9235-43.1118

#c285ec color RGB value is (194,133,236).

#c285ec hex color red value is 194, green value is 133 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c285ec hue: 0.77 , saturation: 0.73 and the lightness value of c285ec is 0.72.

The process color (four color CMYK) of #c285ec color hex is 0.18, 0.44, 0.00, 0.07. Web safe color of #c285ec is #cc99ff. Color #c285ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000101 11101100
Octal 302 205 354
Decimal 194 133 236
Hex C2 85 EC

RGB Percentages of Color #c285ec

%34.46
%23.62
%41.92

CMYK Percentages of Color #c285ec

%18
%44
%0
%7

Triadic Colors of #c285ec

#c285ec #ecc285 #85ecc2

Analogous Colors of #c285ec

#c285ec #ec85e3 #8f85ec

Monochromatic Colors of #c285ec

#c285ec

Complementary Color

#c285ec #afec85

#c285ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c285ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c285ec Color CSS Codes

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

#c285ec Text Font Color

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

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


#c285ec Background Color

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

This div background color is #c285ec


#c285ec Border Color

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

This div border color is #c285ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c285ec


Comments

No comments written yet.

Please login to write comment.