Color Hex Logo

#c75bec Color Hex

#C75BEC
(199,91,236)
0 Favorites   0 Comments

Color spaces of #c75bec

RGB 19991236
HSL0.790.790.64
HSV285°61°93°
CMYK 0.160.610.00   0.07
XYZ42.434625.680482.0771
Yxy25.68040.28250.1710
Hunter Lab50.675860.7885-60.5560
CIE-Lab57.732464.3349-54.8944

#c75bec color RGB value is (199,91,236).

#c75bec hex color red value is 199, green value is 91 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c75bec hue: 0.79 , saturation: 0.79 and the lightness value of c75bec is 0.64.

The process color (four color CMYK) of #c75bec color hex is 0.16, 0.61, 0.00, 0.07. Web safe color of #c75bec is #cc66ff. Color #c75bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011011 11101100
Octal 307 133 354
Decimal 199 91 236
Hex C7 5B EC

RGB Percentages of Color #c75bec

%37.83
%17.30
%44.87

CMYK Percentages of Color #c75bec

%16
%61
%0
%7

Triadic Colors of #c75bec

#c75bec #ecc75b #5becc7

Analogous Colors of #c75bec

#c75bec #ec5bc9 #7f5bec

Monochromatic Colors of #c75bec

#c75bec

Complementary Color

#c75bec #80ec5b

#c75bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75bec Color CSS Codes

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

#c75bec Text Font Color

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

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


#c75bec Background Color

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

This div background color is #c75bec


#c75bec Border Color

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

This div border color is #c75bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75bec


Comments

No comments written yet.

Please login to write comment.