Color Hex Logo

#b735ce Color Hex

#B735CE
(183,53,206)
0 Favorites   0 Comments

Color spaces of #b735ce

RGB 18353206
HSL0.810.610.51
HSV291°74°81°
CMYK 0.110.740.00   0.19
XYZ31.942117.069760.0038
Yxy17.06970.29300.1566
Hunter Lab41.315565.7010-57.1879
CIE-Lab48.347770.2646-53.0276

#b735ce color RGB value is (183,53,206).

#b735ce hex color red value is 183, green value is 53 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b735ce hue: 0.81 , saturation: 0.61 and the lightness value of b735ce is 0.51.

The process color (four color CMYK) of #b735ce color hex is 0.11, 0.74, 0.00, 0.19. Web safe color of #b735ce is #cc33cc. Color #b735ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110101 11001110
Octal 267 65 316
Decimal 183 53 206
Hex B7 35 CE

RGB Percentages of Color #b735ce

%41.40
%11.99
%46.61

CMYK Percentages of Color #b735ce

%11
%74
%0
%19

Triadic Colors of #b735ce

#b735ce #ceb735 #35ceb7

Analogous Colors of #b735ce

#b735ce #ce3599 #6b35ce

Monochromatic Colors of #b735ce

#b735ce

Complementary Color

#b735ce #4cce35

#b735ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b735ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b735ce Color CSS Codes

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

#b735ce Text Font Color

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

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


#b735ce Background Color

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

This div background color is #b735ce


#b735ce Border Color

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

This div border color is #b735ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,53,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b735ce


Comments

No comments written yet.

Please login to write comment.