Color Hex Logo

#b741cd Color Hex

#B741CD
(183,65,205)
0 Favorites   0 Comments

Color spaces of #b741cd

RGB 18365205
HSL0.810.580.53
HSV291°68°80°
CMYK 0.110.680.00   0.20
XYZ32.438218.255759.5716
Yxy18.25570.29420.1656
Hunter Lab42.726760.7459-52.7563
CIE-Lab49.804865.7747-50.1208

#b741cd color RGB value is (183,65,205).

#b741cd hex color red value is 183, green value is 65 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b741cd hue: 0.81 , saturation: 0.58 and the lightness value of b741cd is 0.53.

The process color (four color CMYK) of #b741cd color hex is 0.11, 0.68, 0.00, 0.20. Web safe color of #b741cd is #cc33cc. Color #b741cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000001 11001101
Octal 267 101 315
Decimal 183 65 205
Hex B7 41 CD

RGB Percentages of Color #b741cd

%40.40
%14.35
%45.25

CMYK Percentages of Color #b741cd

%11
%68
%0
%20

Triadic Colors of #b741cd

#b741cd #cdb741 #41cdb7

Analogous Colors of #b741cd

#b741cd #cd419d #7141cd

Monochromatic Colors of #b741cd

#b741cd

Complementary Color

#b741cd #57cd41

#b741cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b741cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b741cd Color CSS Codes

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

#b741cd Text Font Color

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

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


#b741cd Background Color

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

This div background color is #b741cd


#b741cd Border Color

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

This div border color is #b741cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b741cd


Comments

No comments written yet.

Please login to write comment.