Color Hex Logo

#c085ee Color Hex

#C085EE
(192,133,238)
0 Favorites   0 Comments

Color spaces of #c085ee

RGB 192133238
HSL0.760.760.73
HSV274°44°93°
CMYK 0.190.440.00   0.07
XYZ45.558434.154685.0802
Yxy34.15460.27650.2073
Hunter Lab58.441936.8762-45.4055
CIE-Lab65.085141.7984-44.4108

#c085ee color RGB value is (192,133,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000101 11101110
Octal 300 205 356
Decimal 192 133 238
Hex C0 85 EE

RGB Percentages of Color #c085ee

%34.10
%23.62
%42.27

CMYK Percentages of Color #c085ee

%19
%44
%0
%7

Triadic Colors of #c085ee

#c085ee #eec085 #85eec0

Analogous Colors of #c085ee

#c085ee #ee85e8 #8c85ee

Monochromatic Colors of #c085ee

#c085ee

Complementary Color

#c085ee #b3ee85

#c085ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c085ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c085ee Color CSS Codes

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

#c085ee Text Font Color

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

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


#c085ee Background Color

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

This div background color is #c085ee


#c085ee Border Color

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

This div border color is #c085ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c085ee


Comments

No comments written yet.

Please login to write comment.