Color Hex Logo

#7c1bee Color Hex

#7C1BEE
(124,27,238)
0 Favorites   0 Comments

Color spaces of #7c1bee

RGB 12427238
HSL0.740.860.52
HSV268°89°93°
CMYK 0.480.890.00   0.07
XYZ24.136711.242081.7867
Yxy11.24200.20600.0959
Hunter Lab33.529169.8215-121.1543
CIE-Lab39.985175.3133-85.2783

#7c1bee color RGB value is (124,27,238).

#7c1bee hex color red value is 124, green value is 27 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7c1bee hue: 0.74 , saturation: 0.86 and the lightness value of 7c1bee is 0.52.

The process color (four color CMYK) of #7c1bee color hex is 0.48, 0.89, 0.00, 0.07. Web safe color of #7c1bee is #6633ff. Color #7c1bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00011011 11101110
Octal 174 33 356
Decimal 124 27 238
Hex 7C 1B EE

RGB Percentages of Color #7c1bee

%31.88
%6.94
%61.18

CMYK Percentages of Color #7c1bee

%48
%89
%0
%7

Triadic Colors of #7c1bee

#7c1bee #ee7c1b #1bee7c

Analogous Colors of #7c1bee

#7c1bee #e61bee #1b24ee

Monochromatic Colors of #7c1bee

#7c1bee

Complementary Color

#7c1bee #8dee1b

#7c1bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c1bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c1bee Color CSS Codes

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

#7c1bee Text Font Color

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

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


#7c1bee Background Color

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

This div background color is #7c1bee


#7c1bee Border Color

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

This div border color is #7c1bee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,27,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c1bee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c1bee;
  -webkit-box-shadow: 1px 1px 3px 2px #7c1bee;
  box-shadow:         1px 1px 3px 2px #7c1bee; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c1bee


Comments

No comments written yet.

Please login to write comment.