Color Hex Logo

#b735ec Color Hex

#B735EC
(183,53,236)
0 Favorites   0 Comments

Color spaces of #b735ec

RGB 18353236
HSL0.790.830.57
HSV283°78°93°
CMYK 0.220.780.00   0.07
XYZ35.941918.669681.0661
Yxy18.66960.26490.1376
Hunter Lab43.208372.8667-80.9922
CIE-Lab50.298475.7998-66.9612

#b735ec color RGB value is (183,53,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110101 11101100
Octal 267 65 354
Decimal 183 53 236
Hex B7 35 EC

RGB Percentages of Color #b735ec

%38.77
%11.23
%50.00

CMYK Percentages of Color #b735ec

%22
%78
%0
%7

Triadic Colors of #b735ec

#b735ec #ecb735 #35ecb7

Analogous Colors of #b735ec

#b735ec #ec35c6 #5c35ec

Monochromatic Colors of #b735ec

#b735ec

Complementary Color

#b735ec #6aec35

#b735ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b735ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b735ec Color CSS Codes

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

#b735ec Text Font Color

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

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


#b735ec Background Color

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

This div background color is #b735ec


#b735ec Border Color

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

This div border color is #b735ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b735ec


Comments

No comments written yet.

Please login to write comment.