Color Hex Logo

#c287ee Color Hex

#C287EE
(194,135,238)
0 Favorites   0 Comments

Color spaces of #c287ee

RGB 194135238
HSL0.760.750.73
HSV274°43°93°
CMYK 0.180.430.00   0.07
XYZ46.344734.970385.1962
Yxy34.97030.27830.2100
Hunter Lab59.135736.4032-44.0235
CIE-Lab65.725541.2763-43.3902

#c287ee color RGB value is (194,135,238).

#c287ee hex color red value is 194, green value is 135 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c287ee hue: 0.76 , saturation: 0.75 and the lightness value of c287ee is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000111 11101110
Octal 302 207 356
Decimal 194 135 238
Hex C2 87 EE

RGB Percentages of Color #c287ee

%34.22
%23.81
%41.98

CMYK Percentages of Color #c287ee

%18
%43
%0
%7

Triadic Colors of #c287ee

#c287ee #eec287 #87eec2

Analogous Colors of #c287ee

#c287ee #ee87e7 #8f87ee

Monochromatic Colors of #c287ee

#c287ee

Complementary Color

#c287ee #b3ee87

#c287ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c287ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c287ee Color CSS Codes

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

#c287ee Text Font Color

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

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


#c287ee Background Color

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

This div background color is #c287ee


#c287ee Border Color

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

This div border color is #c287ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c287ee


Comments

No comments written yet.

Please login to write comment.